Skip to content

Commit 96da952

Browse files
authored
Merge pull request #156 from ModelOriented/CRAN-release
CRAN release
2 parents 0a613e4 + 226f651 commit 96da952

File tree

6 files changed

+185
-35
lines changed

6 files changed

+185
-35
lines changed

CRAN-SUBMISSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.9.4
2-
Date: 2024-08-20 20:00:54 UTC
3-
SHA: 6269666c0bc2dbb48fd4193adec46b9fbf4fdccd
1+
Version: 0.9.5
2+
Date: 2024-09-14 14:14:08 UTC
3+
SHA: e775f6a245c773e04687d846e06e9aeb24702bac

cran-comments.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
# shapviz 0.9.4
1+
# shapviz 0.9.5 (RESUBMISSION)
22

3-
Dear CRAN team
3+
Fixed duplicated vignette entry, as pointed out by the automatic checks by CRAN.
44

5-
This update mainly ensures that upcoming XGBoost version 2.x.x will work.
5+
## Original message
66

7+
Dear CRAN team
78

8-
### Local checks
9+
This update brings a new vignette, and improvements of the existing documentation.
910

10-
Ok, with note
11+
### Local checks
1112

12-
Packages which this enhances but not available for checking: 'fastshap', 'h2o'
13+
0 errors, 0 warnings, 0 notes
1314

1415
### Winbuilder()
1516

1617
Status: OK
1718

1819
## Reverse dependencies (2)
1920

20-
- fastshap 0.1.1 ── E: 0 | W: 1 | N: 1
21-
- lowml 0.1.3 ── E: 0 | W: 0 | N: 0
22-
23-
OK: 2
24-
BROKEN: 0
21+
2 OK

revdep/README.md

+24-17
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:--------------------------------------------------------|
5-
|version |R version 4.4.1 (2024-06-14 ucrt) |
6-
|os |Windows 11 x64 (build 22631) |
7-
|system |x86_64, mingw32 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |German_Switzerland.utf8 |
11-
|ctype |German_Switzerland.utf8 |
12-
|tz |Europe/Zurich |
13-
|date |2024-08-20 |
14-
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
15-
|pandoc |3.1.6 @ C:\Users\Michael\AppData\Local\Pandoc\pandoc.exe |
3+
|field |value |
4+
|:--------|:----------------------------------------|
5+
|version |R version 4.4.1 (2024-06-14 ucrt) |
6+
|os |Windows 11 x64 (build 22631) |
7+
|system |x86_64, mingw32 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |English_Switzerland.utf8 |
11+
|ctype |English_Switzerland.utf8 |
12+
|tz |Europe/Zurich |
13+
|date |2024-09-13 |
14+
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
15+
|pandoc |NA |
1616

1717
# Dependencies
1818

1919
|package |old |new |Δ |
2020
|:------------|:-------|:-------|:--|
21-
|shapviz |0.9.3 |0.9.4 |* |
21+
|shapviz |0.9.4 |0.9.5 |* |
2222
|cli |3.6.3 |3.6.3 | |
2323
|colorspace |2.1-1 |2.1-1 | |
2424
|commonmark |1.9.1 |1.9.1 | |
25-
|curl |5.2.1 |5.2.1 | |
26-
|data.table |1.15.4 |1.15.4 | |
25+
|curl |5.2.2 |5.2.2 | |
26+
|data.table |1.16.0 |1.16.0 | |
2727
|fansi |1.0.6 |1.0.6 | |
2828
|farver |2.1.2 |2.1.2 | |
2929
|ggfittext |0.10.2 |0.10.2 | |
3030
|gggenes |0.5.1 |0.5.1 | |
3131
|ggplot2 |3.5.1 |3.5.1 | |
32-
|ggrepel |0.9.5 |0.9.5 | |
32+
|ggrepel |0.9.6 |0.9.6 | |
3333
|glue |1.7.0 |1.7.0 | |
3434
|gridtext |0.1.5 |0.1.5 | |
3535
|gtable |0.3.5 |0.3.5 | |
@@ -64,3 +64,10 @@
6464

6565
# Revdeps
6666

67+
## Failed to check (2)
68+
69+
|package |version |error |warning |note |
70+
|:--------|:-------|:-----|:-------|:----|
71+
|fastshap |0.1.1 |1 | |2 |
72+
|flowml |? | | | |
73+

revdep/cran.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## revdepcheck results
22

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

55
* We saw 0 new problems
6-
* We failed to check 0 packages
6+
* We failed to check 1 packages
77

8+
Issues with CRAN packages are summarised below.
9+
10+
### Failed to check
11+
12+
* fastshap (NA)

revdep/failures.md

+142-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,142 @@
1-
*Wow, no problems at all. :)*
1+
# fastshap
2+
3+
<details>
4+
5+
* Version: 0.1.1
6+
* GitHub: https://github.com/bgreenwell/fastshap
7+
* Source code: https://github.com/cran/fastshap
8+
* Date/Publication: 2024-02-22 22:00:02 UTC
9+
* Number of recursive dependencies: 90
10+
11+
Run `revdepcheck::revdep_details(, "fastshap")` for more info
12+
13+
</details>
14+
15+
## In both
16+
17+
* R CMD check timed out
18+
19+
20+
* checking package dependencies ... NOTE
21+
```
22+
Package which this enhances but not available for checking: 'lightgbm'
23+
```
24+
25+
* checking Rd cross-references ... NOTE
26+
```
27+
Package unavailable to check Rd xrefs: 'lightgbm'
28+
```
29+
30+
# flowml
31+
32+
<details>
33+
34+
* Version:
35+
* GitHub: https://github.com/ModelOriented/shapviz
36+
* Source code: NA
37+
* Number of recursive dependencies: 0
38+
39+
</details>
40+
41+
## Error before installation
42+
43+
### Devel
44+
45+
```
46+
47+
There are binary versions available but the source versions are later:
48+
binary source needs_compilation
49+
abind 1.4-5 1.4-8 FALSE
50+
gam 1.22-4 1.22-5 TRUE
51+
ps 1.7.7 1.8.0 TRUE
52+
RcppArmadillo 14.0.0-1 14.0.2-1 TRUE
53+
54+
Binaries will be installed
55+
package 'ABCanalysis' successfully unpacked and MD5 sums checked
56+
...
57+
package 'pls' successfully unpacked and MD5 sums checked
58+
package 'plyr' successfully unpacked and MD5 sums checked
59+
package 'png' successfully unpacked and MD5 sums checked
60+
package 'prettyunits' successfully unpacked and MD5 sums checked
61+
package 'pROC' successfully unpacked and MD5 sums checked
62+
package 'processx' successfully unpacked and MD5 sums checked
63+
package 'prodlim' successfully unpacked and MD5 sums checked
64+
package 'progress' successfully unpacked and MD5 sums checked
65+
package 'progressr' successfully unpacked and MD5 sums checked
66+
package 'promises' successfully unpacked and MD5 sums checked
67+
68+
69+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4:
70+
cannot open URL 'https://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4/PACKAGES'
71+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4:
72+
cannot open URL 'https://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4/PACKAGES'
73+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4:
74+
cannot open URL 'https://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4/PACKAGES'
75+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4:
76+
cannot open URL 'https://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4/PACKAGES'
77+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/data/experiment/bin/windows/contrib/4.4:
78+
cannot open URL 'https://bioconductor.org/packages/3.18/data/experiment/bin/windows/contrib/4.4/PACKAGES'
79+
...
80+
2: In download.file(url, destfile, method, mode = "wb", ...) :
81+
downloaded length 247004746 != reported length 266665380
82+
3: In download.file(url, destfile, method, mode = "wb", ...) :
83+
URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/h2o_3.44.0.3.zip': Timeout of 60 seconds was reached
84+
4: In download.file(url, destfile, method, mode = "wb", ...) :
85+
URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/h2o_3.44.0.3.zip': Timeout of 60 seconds was reached
86+
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
87+
download of package 'h2o' failed
88+
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
89+
download of package 'h2o' failed
90+
91+
92+
```
93+
### CRAN
94+
95+
```
96+
97+
There are binary versions available but the source versions are later:
98+
binary source needs_compilation
99+
abind 1.4-5 1.4-8 FALSE
100+
gam 1.22-4 1.22-5 TRUE
101+
ps 1.7.7 1.8.0 TRUE
102+
RcppArmadillo 14.0.0-1 14.0.2-1 TRUE
103+
104+
Binaries will be installed
105+
package 'ABCanalysis' successfully unpacked and MD5 sums checked
106+
...
107+
package 'pls' successfully unpacked and MD5 sums checked
108+
package 'plyr' successfully unpacked and MD5 sums checked
109+
package 'png' successfully unpacked and MD5 sums checked
110+
package 'prettyunits' successfully unpacked and MD5 sums checked
111+
package 'pROC' successfully unpacked and MD5 sums checked
112+
package 'processx' successfully unpacked and MD5 sums checked
113+
package 'prodlim' successfully unpacked and MD5 sums checked
114+
package 'progress' successfully unpacked and MD5 sums checked
115+
package 'progressr' successfully unpacked and MD5 sums checked
116+
package 'promises' successfully unpacked and MD5 sums checked
117+
118+
119+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4:
120+
cannot open URL 'https://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4/PACKAGES'
121+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4:
122+
cannot open URL 'https://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4/PACKAGES'
123+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4:
124+
cannot open URL 'https://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4/PACKAGES'
125+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4:
126+
cannot open URL 'https://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4/PACKAGES'
127+
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/data/experiment/bin/windows/contrib/4.4:
128+
cannot open URL 'https://bioconductor.org/packages/3.18/data/experiment/bin/windows/contrib/4.4/PACKAGES'
129+
...
130+
2: In download.file(url, destfile, method, mode = "wb", ...) :
131+
downloaded length 247004746 != reported length 266665380
132+
3: In download.file(url, destfile, method, mode = "wb", ...) :
133+
URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/h2o_3.44.0.3.zip': Timeout of 60 seconds was reached
134+
4: In download.file(url, destfile, method, mode = "wb", ...) :
135+
URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/h2o_3.44.0.3.zip': Timeout of 60 seconds was reached
136+
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
137+
download of package 'h2o' failed
138+
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
139+
download of package 'h2o' failed
140+
141+
142+
```

vignettes/tidymodels.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bibliography: "biblio.bib"
44
link-citations: true
55
output: rmarkdown::html_vignette
66
vignette: >
7-
%\VignetteIndexEntry{Geographic Components}
7+
%\VignetteIndexEntry{Tidymodels and SHAP}
88
%\VignetteEncoding{UTF-8}
99
%\VignetteEngine{knitr::rmarkdown}
1010
---

0 commit comments

Comments
 (0)