Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f524cd

Browse files
authored
Merge pull request #178 from ModelOriented/cran-release
Cran release
2 parents 88785fa + 9f467f2 commit 7f524cd

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.9.0
2-
Date: 2025-07-25 12:29:38 UTC
3-
SHA: 61e82e40882716fd72e499fbf6642b064e35f56d
1+
Version: 0.9.1
2+
Date: 2025-09-20 13:58:53 UTC
3+
SHA: c84a2545d1d431e3f75d17f9b162d9bd39e0613d

cran-comments.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# kernelshap 0.9.0
1+
# kernelshap 0.9.1
22

3-
We have figured out a bug in the weighting logic of Kernel SHAP.
3+
Hello CRAN team
44

5-
This update comes with a fix which has been tested against two other implementations.
5+
This is a small update with better random seeding.
66

7-
I am aware that the last release of {kernelshap} is not too long ago, but I still would love to see
8-
this fixed before the (well-deserved) summer break.
9-
10-
Thanks a lot!
7+
Thanks a lot.
118

129
## Checks
1310

@@ -21,8 +18,10 @@ Status: OK
2118

2219
### Revdep OK
2320

24-
✔ survex 1.2.0 ── E: 0 | W: 0 | N: 0
25-
✔ XAItest 1.0.1 ── E: 1 | W: 0 | N: 0
26-
✔ SEMdeep 1.0.0 ── E: 1 | W: 1 | N: 0
21+
✔ SEMdeep 1.0.0 ── E: 0 | W: 0 | N: 0
22+
✔ DALEX 2.5.2 ── E: 0 | W: 0 | N: 0
23+
✔ mrIML 2.1.0 ── E: 0 | W: 0 | N: 0
24+
✔ survex 1.2.0 ── E: 0 | W: 0 | N: 0
25+
✔ XAItest 1.0.1 ── E: 1 | W: 1 | N: 1
2726

28-
OK: 3
27+
OK: 5

revdep/README.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:---------------------------------------|
5-
|version |R version 4.4.1 (2024-06-14 ucrt) |
6-
|os |Windows 11 x64 (build 22631) |
7-
|system |x86_64, mingw32 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |English_Switzerland.utf8 |
11-
|ctype |English_Switzerland.utf8 |
12-
|tz |Europe/Zurich |
13-
|date |2025-07-21 |
14-
|rstudio |2025.05.0+496 Mariposa Orchid (desktop) |
15-
|pandoc |NA |
3+
|field |value |
4+
|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5+
|version |R version 4.5.1 (2025-06-13 ucrt) |
6+
|os |Windows 11 x64 (build 22631) |
7+
|system |x86_64, mingw32 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |English_Switzerland.utf8 |
11+
|ctype |English_Switzerland.utf8 |
12+
|tz |Europe/Zurich |
13+
|date |2025-09-20 |
14+
|rstudio |2025.05.0+496 Mariposa Orchid (desktop) |
15+
|pandoc |NA |
16+
|quarto |ERROR: Unknown command "TMPDIR=C:/Users/mayer/AppData/Local/Temp/RtmpERMgx5/file16c072854021". Did you mean command "create"? @ C:\Users\mayer\AppData\Local\Programs\Quarto\bin\quarto.exe |
1617

1718
# Dependencies
1819

1920
|package |old |new |Δ |
2021
|:------------|:------|:------|:--|
21-
|kernelshap |0.8.0 |0.9.0 |* |
22-
|digest |NA |0.6.37 |* |
23-
|doFuture |NA |1.1.2 |* |
22+
|kernelshap |0.9.0 |0.9.1 |* |
23+
|digest |0.6.37 |0.6.37 | |
24+
|doFuture |1.1.2 |1.1.2 | |
2425
|foreach |1.5.2 |1.5.2 | |
25-
|future |NA |1.58.0 |* |
26-
|future.apply |NA |1.20.0 |* |
27-
|globals |NA |0.18.0 |* |
26+
|future |1.67.0 |1.67.0 | |
27+
|future.apply |1.20.0 |1.20.0 | |
28+
|globals |0.18.0 |0.18.0 | |
2829
|iterators |1.0.14 |1.0.14 | |
29-
|listenv |NA |0.9.1 |* |
30-
|parallelly |NA |1.45.0 |* |
30+
|listenv |0.9.1 |0.9.1 | |
31+
|parallelly |1.45.1 |1.45.1 | |
3132

3233
# Revdeps
3334

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 3 reverse dependencies (2 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 5 reverse dependencies (4 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
66
* We failed to check 0 packages

0 commit comments

Comments
 (0)