-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from ModelOriented/cran_tests
CRAN submission
- Loading branch information
Showing
21 changed files
with
503 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ examples.R | |
^pkgdown/_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^revdep$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 0.9.1 | ||
Date: 2023-07-18 17:24:12 UTC | ||
SHA: 447cbcf8fca1601079604e015c68fb52171ae2ab | ||
Version: 0.9.2 | ||
Date: 2023-10-14 16:44:29 UTC | ||
SHA: 1d239694c309c6b48168b2ca19b8fd5c8d6f1d2d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,67 @@ | ||
# shapviz 0.9.1 | ||
# shapviz 0.9.2 | ||
|
||
## Resubmission 7 | ||
|
||
No effect of setDTthreads(2). Commenting out now all tests with xgboost. | ||
|
||
## Resubmission 6 | ||
|
||
Test timing not fixed, still. Now testing to import {data.table} and setDTthreads(2) pre checks. | ||
|
||
## Resubmission 5 | ||
|
||
Now trying | ||
|
||
Sys.setenv(DT_NUM_THREADS = 1) | ||
Sys.setenv("TESTTHAT_CPUS" = 1) | ||
options(Ncpus = 1) | ||
|
||
|
||
## Resubmission 4 | ||
|
||
Trying to set Sys.setenv(DT_NUM_THREADS = 2) in the unit tests to fix the crazy Debian behaviour. | ||
|
||
## Resubmission 3 | ||
|
||
Moving one single nthread = 1 into param = list(). Setting nrounds = 1 in all tests. If this does not help, I will need to delete most unit tests. | ||
|
||
## Resubmission 2 | ||
|
||
Setting nthread = 1 in unit tests and vignettes. Hope this fixes the problems. | ||
|
||
## Resubmission 1 | ||
|
||
Fixing problems with curly braces in .rd files. | ||
|
||
### Original message | ||
|
||
Hello CRAN team | ||
|
||
This is a small release fixing a future problem pointed out by Kurt Hornik about applying package_version() to numeric input. | ||
{shapviz} already got 2 reverse dependencies, which look okay. | ||
|
||
The update has mainly added more flexibility of the importance plots for multi-output models. | ||
|
||
## Checks look good | ||
|
||
### check(manual = TRUE, cran = TRUE) | ||
|
||
- checking for future file timestamps ... NOTE | ||
unable to verify current time | ||
|
||
- checking HTML version of manual ... NOTE | ||
Skipping checking HTML validation: no command 'tidy' found | ||
|
||
### RHub | ||
### RHub (usual notes) | ||
|
||
debian ok | ||
|
||
Others: hanging | ||
* checking package dependencies ... NOTE | ||
Packages which this enhances but not available for checking: | ||
'fastshap', 'h2o', 'lightgbm' | ||
* checking HTML version of manual ... NOTE | ||
Skipping checking HTML validation: no command 'tidy' found | ||
Skipping checking math rendering: package 'V8' unavailable | ||
|
||
### Winbuilder() | ||
|
||
Status: OK | ||
R Under development (unstable) (2023-07-17 r84702 ucrt) | ||
|
||
## Reverse dependencies (2) | ||
|
||
- OK: 2 | ||
- BROKEN: 0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
checks | ||
library | ||
checks.noindex | ||
library.noindex | ||
cloud.noindex | ||
data.sqlite | ||
*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:--------------------------------------------------------| | ||
|version |R version 4.3.0 (2023-04-21 ucrt) | | ||
|os |Windows 11 x64 (build 22621) | | ||
|system |x86_64, mingw32 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |German_Switzerland.utf8 | | ||
|ctype |German_Switzerland.utf8 | | ||
|tz |Europe/Zurich | | ||
|date |2023-10-13 | | ||
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) | | ||
|pandoc |3.1.6 @ C:\Users\Michael\AppData\Local\Pandoc\pandoc.exe | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:------------|:-------|:-------|:--| | ||
|shapviz |0.9.1 |0.9.2 |* | | ||
|cli |3.6.1 |3.6.1 | | | ||
|colorspace |2.1-0 |2.1-0 | | | ||
|commonmark |1.9.0 |1.9.0 | | | ||
|curl |5.1.0 |5.1.0 | | | ||
|data.table |1.14.8 |1.14.8 | | | ||
|fansi |1.0.5 |1.0.5 | | | ||
|farver |2.1.1 |2.1.1 | | | ||
|ggfittext |0.10.1 |0.10.1 | | | ||
|gggenes |0.5.1 |0.5.1 | | | ||
|ggplot2 |3.4.4 |3.4.4 | | | ||
|ggrepel |0.9.3 |0.9.3 | | | ||
|glue |1.6.2 |1.6.2 | | | ||
|gridtext |0.1.5 |0.1.5 | | | ||
|gtable |0.3.4 |0.3.4 | | | ||
|isoband |0.2.7 |0.2.7 | | | ||
|jpeg |0.1-10 |0.1-10 | | | ||
|jsonlite |1.8.7 |1.8.7 | | | ||
|labeling |0.4.3 |0.4.3 | | | ||
|lifecycle |1.0.3 |1.0.3 | | | ||
|magrittr |2.0.3 |2.0.3 | | | ||
|markdown |1.10 |1.10 | | | ||
|munsell |0.5.0 |0.5.0 | | | ||
|patchwork |1.1.3 |1.1.3 | | | ||
|pillar |1.9.0 |1.9.0 | | | ||
|pkgconfig |2.0.3 |2.0.3 | | | ||
|png |0.1-8 |0.1-8 | | | ||
|R6 |2.5.1 |2.5.1 | | | ||
|RColorBrewer |1.1-3 |1.1-3 | | | ||
|Rcpp |1.0.11 |1.0.11 | | | ||
|rlang |1.1.1 |1.1.1 | | | ||
|scales |1.2.1 |1.2.1 | | | ||
|shades |1.4.0 |1.4.0 | | | ||
|stringi |1.7.12 |1.7.12 | | | ||
|stringr |1.5.0 |1.5.0 | | | ||
|tibble |3.2.1 |3.2.1 | | | ||
|utf8 |1.2.3 |1.2.3 | | | ||
|vctrs |0.6.3 |0.6.3 | | | ||
|viridisLite |0.4.2 |0.4.2 | | | ||
|withr |2.5.1 |2.5.1 | | | ||
|xfun |0.40 |0.40 | | | ||
|xgboost |1.7.5.1 |1.7.5.1 | | | ||
|xml2 |1.3.5 |1.3.5 | | | ||
|
||
# Revdeps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## revdepcheck results | ||
|
||
We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.