Skip to content

Commit fde13bf

Browse files
authored
Merge pull request #57 from mayer79/submit_33
CRAN submission 033
2 parents 25d763d + 5675bde commit fde13bf

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
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.3.2
2-
Date: 2022-12-17 09:49:19 UTC
3-
SHA: 95de1c9c09c75c43ee0407dc62a63bdfa78e2430
1+
Version: 0.3.3
2+
Date: 2023-01-11 17:19:37 UTC
3+
SHA: 185fbe34878112883f33fb5bc7ee544442492f1d

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# The "kernelshap" package <a href='https://github.com/mayer79/kernelshap'><img src='man/figures/logo.png' align="right" height="138.5" /></a>
1+
# kernelshap <a href='https://github.com/mayer79/kernelshap'><img src='man/figures/logo.png' align="right" height="138.5" /></a>
2+
3+
[![CRAN version](http://www.r-pkg.org/badges/version/kernelshap)](https://cran.r-project.org/package=kernelshap) [![](https://cranlogs.r-pkg.org/badges/kernelshap)](https://cran.r-project.org/package=kernelshap) [![](https://cranlogs.r-pkg.org/badges/grand-total/kernelshap?color=orange)](https://cran.r-project.org/package=kernelshap)
4+
25

36
## Introduction
47

@@ -28,6 +31,17 @@ Additional arguments of `kernelshap()` can be used to control details of the alg
2831
- Meta-learner packages like "tidyvmodels", "caret", or "mlr3" are straightforward to use.
2932
- In order to use parallel processing, the backend must be set up beforehand, see the example below.
3033

34+
## Installation
35+
36+
``` r
37+
# From CRAN
38+
install.packages("kernelshap")
39+
40+
# Or the newest version from GitHub:
41+
# install.packages("devtools")
42+
devtools::install_github("mayer79/kernelshap")
43+
```
44+
3145
## Workflow to explain any model
3246

3347
The typical workflow to explain any model with Kernel SHAP:

cran-comments.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Hello CRAN team
22

3-
I am aware that the last package update is not too long ago. Still, I saw that
4-
one of its dependencies (dorng) has status ORPHANED. While this might only be a
3+
I saw that a strong dependency ("dorng"") has status ORPHANED. While this might only be a
54
temporary problem with "dorng", I have removed that package from the dependencies.
65

76
## Checks

0 commit comments

Comments
 (0)