Skip to content

Commit 7252403

Browse files
authored
Merge pull request #158 from ModelOriented/fix-vignette
Adding figure missing in vignette
2 parents 96da952 + 36ba27f commit 7252403

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: shapviz
22
Title: SHAP Visualizations
3-
Version: 0.9.5
3+
Version: 0.9.6
44
Authors@R: c(
55
person("Michael", "Mayer", , "[email protected]", role = c("aut", "cre")),
66
person("Adrian", "Stando", , "[email protected]", role = "ctb")

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# shapviz 0.9.6
2+
3+
### Documentation
4+
5+
- Fixed wrong link vignette [#158](https://github.com/ModelOriented/shapviz/pull/158).
6+
17
# shapviz 0.9.5
28

39
### User-visible changes

cran-comments.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
# shapviz 0.9.5 (RESUBMISSION)
1+
# shapviz 0.9.6 (Fix CRAN errors)
22

3-
Fixed duplicated vignette entry, as pointed out by the automatic checks by CRAN.
4-
5-
## Original message
6-
7-
Dear CRAN team
8-
9-
This update brings a new vignette, and improvements of the existing documentation.
3+
One vignette points to a missing figure, leading errors or notes in different builds.
104

115
### Local checks
126

@@ -18,4 +12,4 @@ Status: OK
1812

1913
## Reverse dependencies (2)
2014

21-
2 OK
15+
Not checked because the change affects only a vignette.

man/figures/VIGNETTE-dep.png

26.5 KB
Loading

packaging.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ library(usethis)
1515
use_description(
1616
fields = list(
1717
Title = "SHAP Visualizations",
18-
Version = "0.9.5",
18+
Version = "0.9.6",
1919
Description = "Visualizations for SHAP (SHapley Additive exPlanations),
2020
such as waterfall plots, force plots, various types of importance plots,
2121
dependence plots, and interaction plots.
@@ -100,7 +100,7 @@ library(devtools)
100100

101101
document()
102102
test()
103-
check(manual = TRUE, cran = TRUE, vignettes = FALSE)
103+
check(manual = TRUE, cran = TRUE, vignettes = TRUE)
104104
build(vignettes = FALSE)
105105
# build(binary = TRUE)
106106
install(upgrade = FALSE)

0 commit comments

Comments
 (0)