-
Notifications
You must be signed in to change notification settings - Fork 37
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 #22 from Yue-Jiang/master
prepare for a minor release
- Loading branch information
Showing
51 changed files
with
2,303 additions
and
1,397 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: randomForestExplainer | ||
Title: Explaining and Visualizing Random Forests in Terms of Variable Importance | ||
Version: 0.10.0 | ||
Version: 0.10.1 | ||
Authors@R: c( | ||
person("Aleksandra", "Paluszynska", email = "[email protected]", role = c("aut")), | ||
person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut","ths")), | ||
|
@@ -27,5 +27,5 @@ Suggests: | |
MASS (>= 7.3.47), | ||
testthat | ||
VignetteBuilder: knitr | ||
RoxygenNote: 6.1.1 | ||
RoxygenNote: 7.1.0 | ||
URL: https://github.com/ModelOriented/randomForestExplainer |
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,22 +1,10 @@ | ||
## Test environments | ||
* local OS X install, R 3.6.1 | ||
* local OS X install, R 4.0.2 | ||
* ubuntu 16.04 (on travis-ci, devel and release) | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There was one NOTE: | ||
``` | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Yue Jiang <[email protected]>' | ||
New maintainer: | ||
Yue Jiang <[email protected]> | ||
Old maintainer(s): | ||
Aleksandra Paluszynska <[email protected]> | ||
``` | ||
The maintainer role has been passed along to Yue Jiang and this is correct. | ||
There were no ERRORs, WARNINGs or NOTEs. | ||
|
||
## Downstream dependencies | ||
There are no downstream dependencies at this time. |
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.
Oops, something went wrong.