11Package: 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
58ggRandomForests v2.2.0
69=====================
@@ -11,12 +14,12 @@ ggRandomForests v2.2.0
1114ggRandomForests v2.1.0
1215=====================
1316To 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
1619ggRandomForests 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
3235ggRandomForests 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
3740ggRandomForests 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
4548ggRandomForests v1.1.4
@@ -116,4 +119,4 @@ ggRandomForests v1.0.0
116119
117120ggRandomForests v0.2
118121======================
119- * Initial useR!2014 release.
122+ * Initial useR!2014 release.
0 commit comments