Skip to content

Commit 7afa8f0

Browse files
authored
Merge pull request #22 from Yue-Jiang/master
prepare for a minor release
2 parents f82964f + 2162e2d commit 7afa8f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2303
-1397
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: randomForestExplainer
22
Title: Explaining and Visualizing Random Forests in Terms of Variable Importance
3-
Version: 0.10.0
3+
Version: 0.10.1
44
Authors@R: c(
55
person("Aleksandra", "Paluszynska", email = "[email protected]", role = c("aut")),
66
person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut","ths")),
@@ -27,5 +27,5 @@ Suggests:
2727
MASS (>= 7.3.47),
2828
testthat
2929
VignetteBuilder: knitr
30-
RoxygenNote: 6.1.1
30+
RoxygenNote: 7.1.0
3131
URL: https://github.com/ModelOriented/randomForestExplainer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ devtools::install_github("ModelOriented/randomForestExplainer")
2828

2929
## Examples
3030

31-
* [Initial vignette for glioblastoma data](https://cdn.staticaly.com/gh/geneticsMiNIng/BlackBoxOpener/master/randomForestExplainer/inst/doc/randomForestExplainer.html)
31+
* [Initial vignette for glioblastoma data](https://htmlpreview.github.io/?https://github.com/geneticsMiNIng/BlackBoxOpener/blob/master/randomForestExplainer/inst/doc/randomForestExplainer.html)

cran-comments.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
## Test environments
2-
* local OS X install, R 3.6.1
2+
* local OS X install, R 4.0.2
33
* ubuntu 16.04 (on travis-ci, devel and release)
44
* win-builder (devel and release)
55

66
## R CMD check results
7-
There were no ERRORs or WARNINGs.
8-
9-
There was one NOTE:
10-
```
11-
* checking CRAN incoming feasibility ... NOTE
12-
Maintainer: 'Yue Jiang <[email protected]>'
13-
14-
New maintainer:
15-
Yue Jiang <[email protected]>
16-
Old maintainer(s):
17-
Aleksandra Paluszynska <[email protected]>
18-
```
19-
The maintainer role has been passed along to Yue Jiang and this is correct.
7+
There were no ERRORs, WARNINGs or NOTEs.
208

219
## Downstream dependencies
2210
There are no downstream dependencies at this time.

docs/404.html

Lines changed: 45 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 43 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)