-
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 #15 from Yue-Jiang/master
prep for new cran release
- Loading branch information
Showing
50 changed files
with
1,215 additions
and
3,761 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 |
---|---|---|
|
@@ -5,3 +5,5 @@ materials* | |
^_pkgdown\.yml$ | ||
^\.travis\.yml$ | ||
^cran-comments\.md$ | ||
^doc$ | ||
^Meta$ |
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,5 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
doc | ||
Meta |
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.9 | ||
Version: 0.10.0 | ||
Authors@R: c( | ||
person("Aleksandra", "Paluszynska", email = "[email protected]", role = c("aut")), | ||
person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut","ths")), | ||
|
@@ -18,13 +18,13 @@ Imports: | |
GGally (>= 1.3.0), | ||
ggplot2 (>= 2.2.1), | ||
ggrepel (>= 0.6.5), | ||
MASS (>= 7.3.47), | ||
randomForest (>= 4.6.12), | ||
ranger(>= 0.9.0), | ||
reshape2 (>= 1.4.2), | ||
rmarkdown (>= 1.5) | ||
Suggests: | ||
knitr, | ||
MASS (>= 7.3.47), | ||
testthat | ||
VignetteBuilder: knitr | ||
RoxygenNote: 6.1.1 | ||
|
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,9 @@ | ||
# randomForestExplainer 0.10.0 | ||
## New features | ||
* Added support for ranger forests. | ||
* Added support for unsupervised randomForest. | ||
* Added tests for most functions. | ||
|
||
## Bug fixes | ||
* Fixed bug for explain_forest not finding templates. | ||
* Added more intuitive error message for explain_forest when local importance is absent. |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Test environments | ||
* local OS X install, R 3.6.1 | ||
* 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. | ||
|
||
## 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.