File tree 5 files changed +18
-20
lines changed
5 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 1
- Version: 0.4.1
2
- Date: 2023-12-03 14:00:12 UTC
3
- SHA: 266b083d1d98108e341c5bdaf0740df99ce7b4a7
1
+ Version: 0.6.0
2
+ Date: 2024-07-12 15:53:10 UTC
3
+ SHA: 37b0a4f20c273699ffb71839193327f16772602f
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Depends:
21
21
R (>= 3.2.0)
22
22
Encoding: UTF-8
23
23
Roxygen: list(markdown = TRUE)
24
- RoxygenNote: 7.3.1
24
+ RoxygenNote: 7.3.2
25
25
Imports:
26
26
foreach,
27
27
MASS,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ This release is intended to be the last before stable version 1.0.0.
10
10
11
11
- Fix CRAN note about unavailable link to ` gam::gam() ` .
12
12
- Added dependency to {MASS} for calculating Moore-Penrose generalized matrix inverse.
13
- - Slight code improvements.
14
13
15
14
# kernelshap 0.5.0
16
15
Original file line number Diff line number Diff line change 1
- # kernelshap 0.5 .0
1
+ # kernelshap 0.6 .0
2
2
3
- Hello CRAN team
3
+ This update deals with a CRAN note.
4
4
5
- This update brings an efficient explainer for additive models.
6
-
7
- Michael
5
+ It further removes the possibility of using factor predictions and therefore a relatively big source of error.
8
6
9
7
## Checks
10
8
11
- ### Revdep
12
-
13
- survex 1.2.0
14
- - OK: 1
15
- - BROKEN: 0
16
-
17
9
### Local check
18
10
19
- OK
11
+ - 0 errors
12
+ - 0 warnings
13
+ - 0 notes
20
14
21
15
### ` check_win_devel() `
22
16
23
17
Status: OK
24
18
19
+ ### Revdep
20
+
21
+ survex 1.2.0
22
+ - OK: 1
23
+ - BROKEN: 0
Original file line number Diff line number Diff line change 2
2
3
3
| field | value |
4
4
| :--------| :--------------------------------------------------------|
5
- | version | R version 4.3.0 (2023-04-21 ucrt) |
5
+ | version | R version 4.4.1 (2024-06-14 ucrt) |
6
6
| os | Windows 11 x64 (build 22631) |
7
7
| system | x86_64, mingw32 |
8
8
| ui | RStudio |
9
9
| language | (EN) |
10
10
| collate | German_Switzerland.utf8 |
11
11
| ctype | German_Switzerland.utf8 |
12
12
| tz | Europe/Zurich |
13
- | date | 2024-05-26 |
13
+ | date | 2024-07-12 |
14
14
| rstudio | 2023.06.1+524 Mountain Hydrangea (desktop) |
15
15
| pandoc | 3.1.6 @ C:\Users\Michael\AppData\Local\Pandoc\pandoc.exe |
16
16
17
17
# Dependencies
18
18
19
19
| package | old | new | Δ |
20
20
| :----------| :------| :------| :--|
21
- | kernelshap | 0.4.1 | 0.5 .0 | * |
21
+ | kernelshap | 0.5.0 | 0.6 .0 | * |
22
22
| foreach | 1.5.2 | 1.5.2 | |
23
23
| iterators | 1.0.14 | 1.0.14 | |
24
24
You can’t perform that action at this time.
0 commit comments