Skip to content

Commit e45b733

Browse files
authored
Merge pull request #43 from ehrlinger/NoSurvivalVignette
No survival vignette. MAC-OS action will not compile vignettes because of pandoc dependency issues.
2 parents d24c83c + 2d1c1a4 commit e45b733

File tree

96 files changed

+2887
-3494
lines changed

Some content is hidden

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

96 files changed

+2887
-3494
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
^\.Rproj\.user$ # used for temporary files.
44
^README\.Rmd$ # An Rmarkdown file used to generate README.md
55
^cran-comments\.md$ # Comments for CRAN submission
6-
^NEWS\.md$ # A news file written in Markdown
76
^\.travis\.yml$ # Used for continuous integration testing with traviswercker.yml
87
^\.coveralls\.yml$
98
^packrat$

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 2.2.1
2+
Date: 2022-08-31 19:22:49 UTC
3+
SHA: cd49c467ed40ddc2550ee0053af7351d611eb5a1

DESCRIPTION

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: ggRandomForests
22
Type: Package
33
Title: Visually Exploring Random Forests
4-
Version: 2.2.0
5-
Date: 2022-05-09
4+
Version: 2.2.1
5+
Date: 2022-08-31
66
Author: John Ehrlinger <[email protected]>
77
Maintainer: John Ehrlinger <[email protected]>
88
License: GPL (>=3)
@@ -34,7 +34,5 @@ Suggests:
3434
plot3D,
3535
lintr,
3636
datasets
37-
RoxygenNote: 7.1.2
38-
LazyData: true
39-
LazyDataCompression: bzip2
37+
RoxygenNote: 7.2.1
4038
VignetteBuilder: knitr

NAMESPACE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ S3method(plot,gg_survival)
4040
S3method(plot,gg_variable)
4141
S3method(plot,gg_vimp)
4242
S3method(print,gg_minimal_depth)
43-
export(cache_rfsrc_datasets)
4443
export(calc_auc)
4544
export(calc_roc)
4645
export(combine.gg_partial)
@@ -93,7 +92,6 @@ importFrom(parallel,mclapply)
9392
importFrom(randomForest,randomForest)
9493
importFrom(randomForestSRC,find.interaction)
9594
importFrom(randomForestSRC,plot.variable)
96-
importFrom(randomForestSRC,rfsrc)
9795
importFrom(randomForestSRC,var.select)
9896
importFrom(randomForestSRC,vimp)
9997
importFrom(stats,median)
@@ -107,6 +105,5 @@ importFrom(survival,Surv)
107105
importFrom(survival,strata)
108106
importFrom(survival,survfit)
109107
importFrom(tidyr,gather)
110-
importFrom(utils,data)
111108
importFrom(utils,head)
112109
importFrom(utils,tail)

NEWS renamed to NEWS.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Package: ggRandomForests
2-
Version: 2.2.0
2+
Version: 2.2.1
33

4+
ggRandomForests v2.2.1
5+
=====================
6+
* Fix docs for HTML5/Roxygen update
47

58
ggRandomForests v2.2.0
69
=====================
@@ -11,12 +14,12 @@ ggRandomForests v2.2.0
1114
ggRandomForests v2.1.0
1215
=====================
1316
To pull this out of archive on randomForestSRC 3.1 build release.
14-
Fixed a plot bug for gg_error to show the actual curve (issue #35)
17+
Fixed a plot bug for gg_error to show the actual curve (issue 35)
1518

1619
ggRandomForests v2.0.1
1720
======================
1821
* Correct a bug in survival plots when predicting on future data without a known outcome.
19-
* ALL Vignettes are now at https://github.com/ehrlinger/ggRFVignette
22+
* All Vignettes are now at https://github.com/ehrlinger/ggRFVignette
2023
* All tests are being moved to https://github.com/ehrlinger/ggRFVignette
2124
* Begin work on rewriting all checks to not use cached data.
2225
This will require more runtime, and hence we will run fewer of them on CRAN release.
@@ -26,20 +29,20 @@ ggRandomForests v2.0.0
2629
======================
2730
* Added initial support for the randomForest package
2831
* Updated cache files for randomForestSRC 2.2.0 release.
29-
* Remove regression vignettes to meet CRAN size limts. These remain available at the package source https://github.com/ehrlinger/ggRandomForests
32+
* Remove regression vignettes to meet CRAN size limits. These remain available at the package source https://github.com/ehrlinger/ggRandomForests
3033
* Minor bug and documentation fixes.
3134

3235
ggRandomForests v1.2.1
3336
======================
3437
* Update cached datasets for randomForestSRC 2.0.0 release.
35-
* Correct some vignette formatting errors (thx Joe Smith)
38+
* Correct some vignette formatting errors (thanks Joe Smith)
3639

3740
ggRandomForests v1.2.0
3841
======================
3942
* Convert to semantic versioning http://semver.org/
4043
* Updates for release of ggplot2 2.0.0
4144
* Change from reshape2::melt dependence to tidyr::gather
42-
* Optimize tests for CRAN to optimise R CMD CHECK times.
45+
* Optimize tests for CRAN to optimize R CMD CHECK times.
4346

4447

4548
ggRandomForests v1.1.4
@@ -116,4 +119,4 @@ ggRandomForests v1.0.0
116119

117120
ggRandomForests v0.2
118121
======================
119-
* Initial useR!2014 release.
122+
* Initial useR!2014 release.

0 commit comments

Comments
 (0)