Skip to content

Commit bb03d4c

Browse files
committed
Update CRAN comments
1 parent 55c8ea7 commit bb03d4c

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

cran-comments.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# kernelshap 0.6.0
1+
# kernelshap 0.7.0
22

3-
This update deals with a CRAN note.
3+
Hello CRAN team
44

5-
It further removes the possibility of using factor predictions and therefore a relatively big source of error.
5+
This update comes with a major convenience improvement: Background data is automatically sampled from the explanation data, given that is sufficiently large.
66

77
## Checks
88

99
### Local check
1010

11-
- 0 errors
12-
- 0 warnings
13-
- 0 notes
11+
0 errors | 0 warnings | 0 notes
1412

1513
### `check_win_devel()`
1614

packaging.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if (FALSE) {
100100
check_rhub()
101101

102102
# Takes long
103-
revdepcheck::revdep_check(num_workers = 4L)
103+
revdepcheck::revdep_check(num_workers = 4L, bioc = FALSE)
104104

105105
# Wait until above checks are passed without relevant notes/warnings
106106
# then submit to CRAN

revdep/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
|collate |German_Switzerland.utf8 |
1111
|ctype |German_Switzerland.utf8 |
1212
|tz |Europe/Zurich |
13-
|date |2024-07-12 |
14-
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) |
13+
|date |2024-08-09 |
14+
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
1515
|pandoc |3.1.6 @ C:\Users\Michael\AppData\Local\Pandoc\pandoc.exe |
1616

1717
# Dependencies
1818

1919
|package |old |new |Δ |
2020
|:----------|:------|:------|:--|
21-
|kernelshap |0.5.0 |0.6.0 |* |
21+
|kernelshap |0.6.0 |0.7.0 |* |
2222
|foreach |1.5.2 |1.5.2 | |
2323
|iterators |1.0.14 |1.0.14 | |
2424

0 commit comments

Comments
 (0)