Skip to content

Commit

Permalink
Merge pull request #22 from Yue-Jiang/master
Browse files Browse the repository at this point in the history
prepare for a minor release
  • Loading branch information
Yue-Jiang authored Jul 11, 2020
2 parents f82964f + 2162e2d commit 7afa8f0
Show file tree
Hide file tree
Showing 51 changed files with 2,303 additions and 1,397 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
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")),
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ devtools::install_github("ModelOriented/randomForestExplainer")

## Examples

* [Initial vignette for glioblastoma data](https://cdn.staticaly.com/gh/geneticsMiNIng/BlackBoxOpener/master/randomForestExplainer/inst/doc/randomForestExplainer.html)
* [Initial vignette for glioblastoma data](https://htmlpreview.github.io/?https://github.com/geneticsMiNIng/BlackBoxOpener/blob/master/randomForestExplainer/inst/doc/randomForestExplainer.html)
16 changes: 2 additions & 14 deletions cran-comments.md
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.
66 changes: 45 additions & 21 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 43 additions & 24 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7afa8f0

Please sign in to comment.