Skip to content

Commit 1eb0bf7

Browse files
authored
Merge pull request #48 from mayer79/cran_cand
CRAN candidate
2 parents 5d028cc + 77b1578 commit 1eb0bf7

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.3.1
2+
Date: 2022-11-18 13:04:50 UTC
3+
SHA: 69cecaff0e7edcdf1fc4a9516d6b1ae2464f62c2

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: kernelshap
22
Title: Kernel SHAP
3-
Version: 0.3.0.9000
3+
Version: 0.3.1
44
Authors@R: c(
55
person("Michael", "Mayer", , "mayermichael79@gmail.com", role = c("aut", "cre")),
66
person("David", "Watson", , "david.s.watson11@gmail.com", role = "ctb")

cran-comments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ This update provides backward-compatible improvements of the interface.
66

77
### `check(manual = TRUE, cran = TRUE)`
88

9+
errors ✔ | 0 warnings ✔ | 0 notes ✔
10+
911
### `check_win_devel()`
1012

13+
Status: OK
14+
1115
### `check_rhub()`
1216

17+
* checking HTML version of manual ... NOTE
18+
Skipping checking HTML validation: no command 'tidy' found
19+
1320

packaging.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ library(usethis)
1515
use_description(
1616
fields = list(
1717
Title = "Kernel SHAP",
18-
Version = "0.3.0.9000",
18+
Version = "0.3.1",
1919
Description = "Multidimensional refinement of the Kernel SHAP algorithm described in
2020
Ian Covert and Su-In Lee (2021) <http://proceedings.mlr.press/v130/covert21a>.
2121
The package allows to calculate Kernel SHAP values in an exact way, by iterative

0 commit comments

Comments
 (0)