Skip to content

Commit 29f0de1

Browse files
authored
Merge pull request #144 from ModelOriented/cran-release
CRAN candidate
2 parents 55c8ea7 + 02411c8 commit 29f0de1

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

CRAN-SUBMISSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.6.0
2-
Date: 2024-07-12 15:53:10 UTC
3-
SHA: 37b0a4f20c273699ffb71839193327f16772602f
1+
Version: 0.7.0
2+
Date: 2024-08-17 15:37:44 UTC
3+
SHA: bb03d4c0b075dabdc7aee816c2a786829a5e92fc

cran-comments.md

+4-6
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

+1-1
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

+3-3
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)