Skip to content

Commit 7c2ad72

Browse files
authored
Merge pull request #177 from ModelOriented/bump-ggplot
Bump ggplot
2 parents a5b5298 + 5fb5b07 commit 7c2ad72

File tree

6 files changed

+58
-55
lines changed

6 files changed

+58
-55
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.10.0
2-
Date: 2025-06-22 14:29:59 UTC
3-
SHA: 79a9586b23f03daa1fbc98ff734dbb59d8e26a81
1+
Version: 0.10.1
2+
Date: 2025-06-22 16:23:21 UTC
3+
SHA: 4be67f34e25f4ccf9d27000bbea2b5a64afaf27d

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: shapviz
22
Title: SHAP Visualizations
3-
Version: 0.10.0
3+
Version: 0.10.1
44
Authors@R: c(
55
person("Michael", "Mayer", , "[email protected]", role = c("aut", "cre")),
66
person("Adrian", "Stando", , "[email protected]", role = "ctb")
@@ -25,10 +25,10 @@ RoxygenNote: 7.3.2
2525
Imports:
2626
ggfittext (>= 0.8.0),
2727
gggenes,
28-
ggplot2 (>= 3.4.0),
28+
ggplot2 (>= 3.5.2),
2929
ggrepel,
3030
grid,
31-
patchwork,
31+
patchwork (>= 1.3.0),
3232
rlang (>= 0.3.0),
3333
stats,
3434
utils,

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# shapviz 0.10.1
2+
3+
### Maintenance
4+
5+
- Bump ggplot2 and patchwork dependencies.
6+
17
# shapviz 0.10.0
28

39
### Major improvements

cran-comments.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# shapviz 0.10.0
1+
# shapviz 0.10.1
22

33
Hello CRAN team
44

5-
This update has three main improvements:
5+
Today, I have pushed 0.10.0 to CRAN. Unfortunately, I have not correctly adapted the minimal version of its
6+
ggplot2 dependency in the DESCRIPTION, which is very important. This small update fixes this.
67

7-
1. Collect common axes/axis titles/color guides in patchwork plots
8-
2. New argument `share_y = FALSE` in `sv_dependence()` to highlight feature importance
9-
3. New plot for SHAP interactions
8+
Thank you for your understanding (and flexibility!).
109

1110
### Local checks
1211

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 = "SHAP Visualizations",
18-
Version = "0.10.0",
18+
Version = "0.10.1",
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.

revdep/README.md

Lines changed: 41 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -16,49 +16,47 @@
1616

1717
# Dependencies
1818

19-
|package |old |new |Δ |
20-
|:------------|:--------|:--------|:--|
21-
|shapviz |0.9.7 |0.10.0 |* |
22-
|cli |3.6.5 |3.6.5 | |
23-
|commonmark |1.9.5 |1.9.5 | |
24-
|curl |6.3.0 |6.3.0 | |
25-
|data.table |1.17.6 |1.17.6 | |
26-
|farver |2.1.2 |2.1.2 | |
27-
|ggfittext |0.10.2 |0.10.2 | |
28-
|gggenes |0.5.1 |0.5.1 | |
29-
|ggplot2 |3.5.2 |3.5.2 | |
30-
|ggrepel |0.9.6 |0.9.6 | |
31-
|glue |1.8.0 |1.8.0 | |
32-
|gridtext |0.1.5 |0.1.5 | |
33-
|gtable |0.3.6 |0.3.6 | |
34-
|isoband |0.2.7 |0.2.7 | |
35-
|jpeg |0.1-11 |0.1-11 | |
36-
|jsonlite |2.0.0 |2.0.0 | |
37-
|labeling |0.4.3 |0.4.3 | |
38-
|lifecycle |1.0.4 |1.0.4 | |
39-
|litedown |0.7 |0.7 | |
40-
|magrittr |2.0.3 |2.0.3 | |
41-
|markdown |2.0 |2.0 | |
42-
|patchwork |1.3.1 |1.3.1 | |
43-
|pillar |1.10.2 |1.10.2 | |
44-
|pkgconfig |2.0.3 |2.0.3 | |
45-
|png |0.1-8 |0.1-8 | |
46-
|R6 |2.6.1 |2.6.1 | |
47-
|RColorBrewer |1.1-3 |1.1-3 | |
48-
|Rcpp |1.0.14 |1.0.14 | |
49-
|rlang |1.1.6 |1.1.6 | |
50-
|scales |1.4.0 |1.4.0 | |
51-
|shades |1.4.0 |1.4.0 | |
52-
|stringi |1.8.7 |1.8.7 | |
53-
|stringr |1.5.1 |1.5.1 | |
54-
|tibble |3.3.0 |3.3.0 | |
55-
|utf8 |1.2.6 |1.2.6 | |
56-
|vctrs |0.6.5 |0.6.5 | |
57-
|viridisLite |0.4.2 |0.4.2 | |
58-
|withr |3.0.2 |3.0.2 | |
59-
|xfun |0.52 |0.52 | |
60-
|xgboost |1.7.11.1 |1.7.11.1 | |
61-
|xml2 |1.3.8 |1.3.8 | |
19+
|package |old |new |Δ |
20+
|:------------|:---|:------|:--|
21+
|cli |NA |3.6.5 |* |
22+
|commonmark |NA |1.9.5 |* |
23+
|curl |NA |6.4.0 |* |
24+
|data.table |NA |1.17.6 |* |
25+
|farver |NA |2.1.2 |* |
26+
|ggfittext |NA |0.10.2 |* |
27+
|gggenes |NA |0.5.1 |* |
28+
|ggplot2 |NA |3.5.2 |* |
29+
|ggrepel |NA |0.9.6 |* |
30+
|glue |NA |1.8.0 |* |
31+
|gridtext |NA |0.1.5 |* |
32+
|gtable |NA |0.3.6 |* |
33+
|isoband |NA |0.2.7 |* |
34+
|jpeg |NA |0.1-11 |* |
35+
|jsonlite |NA |2.0.0 |* |
36+
|labeling |NA |0.4.3 |* |
37+
|lifecycle |NA |1.0.4 |* |
38+
|litedown |NA |0.7 |* |
39+
|magrittr |NA |2.0.3 |* |
40+
|markdown |NA |2.0 |* |
41+
|patchwork |NA |1.3.1 |* |
42+
|pillar |NA |1.10.2 |* |
43+
|pkgconfig |NA |2.0.3 |* |
44+
|png |NA |0.1-8 |* |
45+
|R6 |NA |2.6.1 |* |
46+
|RColorBrewer |NA |1.1-3 |* |
47+
|Rcpp |NA |1.0.14 |* |
48+
|rlang |NA |1.1.6 |* |
49+
|scales |NA |1.4.0 |* |
50+
|shades |NA |1.4.0 |* |
51+
|stringi |NA |1.8.7 |* |
52+
|stringr |NA |1.5.1 |* |
53+
|tibble |NA |3.3.0 |* |
54+
|utf8 |NA |1.2.6 |* |
55+
|vctrs |NA |0.6.5 |* |
56+
|viridisLite |NA |0.4.2 |* |
57+
|withr |NA |3.0.2 |* |
58+
|xfun |NA |0.52 |* |
59+
|xml2 |NA |1.3.8 |* |
6260

6361
# Revdeps
6462

0 commit comments

Comments
 (0)