-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Merging despite problem with the new torch version found after CRAN release. Will have to deal with that to get vaeac up running.]
- Loading branch information
Showing
9 changed files
with
65 additions
and
48 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
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
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,14 +1,14 @@ | ||
# shapr 1.0.1 (Major release) | ||
# shapr 1.0.2 (Patch release) | ||
|
||
* **By CRAN request** after initial submission: | ||
* Fixed spelling in DESCRIPTION | ||
* Reduced tarball size mainly by (temporary) removing snapshot files from the build as they are not run on CRAN. | ||
* (Resubmission of exactly the same package as submitted Jan 22nd. During check | ||
there seemed to be installation issues with the dials and rsample package (unrelated to my package). | ||
Unfortunately my emails commenting on this seems to have not reached the CRAN team, which unfortunately removed shapr 1.0.1. | ||
on CRAN. See below for original patch release comments.) | ||
|
||
* Complete rewrite of the package compared to the previous CRAN release. We moved from two main user functions | ||
`shapr()` and `explain()` to a single function `explain()` that includes both. | ||
Thus, this change breaks essentially all existing code that uses the previous version of the package. | ||
* A comprehensive list of changes and new functionality can be found in the NEWS.md file. | ||
* We deem the package fully mature at this stage, and therefore release it as a stable, major version. | ||
* Fix test error in prepare_data_gaussian_cpp seen on clang-UBSAN gcc-UBSAN compliers in CRAN checks. | ||
Turned out to be an actual bug for an edge case. | ||
* Other minor fixes to GH repo, pkgdown site, python wrapper ++ unrelated to the actual shapr CRAN package. | ||
See NEWS.md for details. | ||
|
||
## Test environments | ||
|
||
|
@@ -19,17 +19,18 @@ The win-builder and R-hub tests are run without snapshots tests (to replicate CR | |
* GHA (ubuntu-latest), R-version: devel, release, oldrel-1, oldrel-2 | ||
* GHA (windows-latest), R-version: release | ||
* GHA (macOS-latest), R-version: release | ||
* win-builder, R-versions: devel, release, oldrelease | ||
* devtools-win-builder, R-versions: devel, release, oldrelease | ||
* devools-mac-builder, R-versions: release | ||
* R-hub (ubuntu-latest): R-version: devel | ||
* R-hub (macos-13): R-version: devel | ||
* R-hub (macos-latest): R-version: devel | ||
* R-hub (windows-latest): R-version: devel | ||
* R-hub (clang-asan): R-version: devel | ||
|
||
|
||
## R CMD check results | ||
|
||
There were no ERRORs, WARNINGs | ||
|
||
There were 1 NOTE | ||
There were in total 2 NOTES | ||
|
||
### NOTE (multiple platforms): | ||
|
||
|
@@ -41,13 +42,21 @@ There were 1 NOTE | |
|
||
> The package is growing in size, uses more complied code, and the documentation is comprehensive. | ||
### NOTE (win-builder): | ||
|
||
* checking CRAN incoming feasibility ... [20s] NOTE | ||
Maintainer: 'Martin Jullum <[email protected]>' | ||
|
||
Days since last update: 6 | ||
|
||
> Correct. I was required to fix the issue by the CRAN team. | ||
## Downstream dependencies | ||
There is 2 downstream dependency (`PPtreeregViz`, `SEMdeep`) of `shapr`. | ||
In addition, the package `shapviz` provides additional plotting functionality without stating an explicit dependency | ||
(I believe shapr actually should have be listed under Suggests?) | ||
|
||
The 3 packages fails on R CMD checks, but I have submitted PRs to fix all issues. | ||
The 2 packages fails on R CMD checks, but I have submitted PRs to fix them. | ||
|
||
### PPtreeregViz | ||
|
||
|
@@ -61,7 +70,5 @@ There has been no reaction from the maintainer. | |
|
||
### shapviz | ||
|
||
* Nov 15th 2024 I submitted a PR fixing the issue: https://github.com/ModelOriented/shapviz/pull/162 | ||
The PR was merged to the GitHub version of `shapviz` on Nov 16th 2024. | ||
The CRAN version has naturally not been updated yet. | ||
I will notify the maintainer of `shapvix` when the new version of `shapr` is released on CRAN. | ||
*Passes the checks | ||
|
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.