Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.9.0
Date: 2025-07-25 12:29:38 UTC
SHA: 61e82e40882716fd72e499fbf6642b064e35f56d
Version: 0.9.1
Date: 2025-09-20 13:58:53 UTC
SHA: c84a2545d1d431e3f75d17f9b162d9bd39e0613d
21 changes: 10 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# kernelshap 0.9.0
# kernelshap 0.9.1

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

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

I am aware that the last release of {kernelshap} is not too long ago, but I still would love to see
this fixed before the (well-deserved) summer break.

Thanks a lot!
Thanks a lot.

## Checks

Expand All @@ -21,8 +18,10 @@ Status: OK

### Revdep OK

✔ survex 1.2.0 ── E: 0 | W: 0 | N: 0
✔ XAItest 1.0.1 ── E: 1 | W: 0 | N: 0
✔ SEMdeep 1.0.0 ── E: 1 | W: 1 | N: 0
✔ SEMdeep 1.0.0 ── E: 0 | W: 0 | N: 0
✔ DALEX 2.5.2 ── E: 0 | W: 0 | N: 0
✔ mrIML 2.1.0 ── E: 0 | W: 0 | N: 0
✔ survex 1.2.0 ── E: 0 | W: 0 | N: 0
✔ XAItest 1.0.1 ── E: 1 | W: 1 | N: 1

OK: 3
OK: 5
43 changes: 22 additions & 21 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
# Platform

|field |value |
|:--------|:---------------------------------------|
|version |R version 4.4.1 (2024-06-14 ucrt) |
|os |Windows 11 x64 (build 22631) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_Switzerland.utf8 |
|ctype |English_Switzerland.utf8 |
|tz |Europe/Zurich |
|date |2025-07-21 |
|rstudio |2025.05.0+496 Mariposa Orchid (desktop) |
|pandoc |NA |
|field |value |
|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|version |R version 4.5.1 (2025-06-13 ucrt) |
|os |Windows 11 x64 (build 22631) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_Switzerland.utf8 |
|ctype |English_Switzerland.utf8 |
|tz |Europe/Zurich |
|date |2025-09-20 |
|rstudio |2025.05.0+496 Mariposa Orchid (desktop) |
|pandoc |NA |
|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 |

# Dependencies

|package |old |new |Δ |
|:------------|:------|:------|:--|
|kernelshap |0.8.0 |0.9.0 |* |
|digest |NA |0.6.37 |* |
|doFuture |NA |1.1.2 |* |
|kernelshap |0.9.0 |0.9.1 |* |
|digest |0.6.37 |0.6.37 | |
|doFuture |1.1.2 |1.1.2 | |
|foreach |1.5.2 |1.5.2 | |
|future |NA |1.58.0 |* |
|future.apply |NA |1.20.0 |* |
|globals |NA |0.18.0 |* |
|future |1.67.0 |1.67.0 | |
|future.apply |1.20.0 |1.20.0 | |
|globals |0.18.0 |0.18.0 | |
|iterators |1.0.14 |1.0.14 | |
|listenv |NA |0.9.1 |* |
|parallelly |NA |1.45.0 |* |
|listenv |0.9.1 |0.9.1 | |
|parallelly |1.45.1 |1.45.1 | |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

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

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
Loading