Releases: ehrlinger/ggRandomForests
Releases · ehrlinger/ggRandomForests
HTML5+
Return of the (Regression) Vignette
- Bring back the Regression package vignette
- Correct issue #32:plot.gg_interaction.R Produce variable interaction plots with the order of the faceting to match the minimal depth rank order
- Improve package tests and code coverage
- Clean up code using lintr
- Re-add survival function tests using skip_on_cran
V2.1.0 Align with randomForestSRC 3.1 release
V2.0.x was "archived" when randomForestSRC was temporarily removed from CRAN. This release is to "un-archive" the CRAN version.
- Remove survival tests and cached data sets to conform to CRAN release criteria. Future work to move this back and use skip_on_cran for tests and examples
- Finally fix the gg_error plot bug (issue #35) where the curve was not showing up.
V2.0.1 Optimized for package size.
Rethinking how to do package examples, tests and vignettes since building the randomForest takes serious time, and caching the RF results takes serious space.
For now, vignettes and tests are being moved to the ggRFvignettes package at https://github.com/ehrlinger/ggRFVignette, at least until I get this all sorted out.
One major advantage of this move should be more stability with new releases of the randomForestSRC package https://cran.r-project.org/package=randomForestSRC.
RandomForest support
V2.0.0 syntax issues
randomForestSRC 2.0.0 compatibility. CRAN V1.2.1
- Updates for release of randomForestSRC V2.0.0
- Correct some vignette formatting errors.
ggplot2 2.0.0 compatibility
- Convert to semantic versioning http://semver.org/
- Updates for release of ggplot2 2.0.0
- Change from reshape2::melt dependence to tidyr::gather
- Optimize tests for CRAN to optimise R CMD CHECK times.
- Misc Bug Fixes.
Manuscript submission CRAN v1.1.4
combine.gg_partial
bug when giving a single variable plot.variable object.- Remove
dplyr
depends to transitions from "Imports" to "Suggests". - Argument for single outcome
gg_vimp
plot for classification forests. - Improvements to
gg_vimp
arguments for consistency. - Add bootstrap confidence intervals to
gg_rfsrc
function. - Initial
partial.rfsrc
function to replace therandomForestSRC::plot.variable
function. - Move cache data to
randomForestSRC
v1.6.1 to take advantage ofrfsrc
version checking between function calls. - Vignette updates for JSS submission of "ggRandomForests: Exploring Random Forest Survival".
- Vignette updates for arXiv submission of ggRandomForests: Random Forests for Regression
- Some optimizations to reduce package size.
- Remove all tests from CRAN build to optimise R CMD CHECK times.
- Remove pdf vignette figure from CRAN build.
- Return S3method calls to NAMESPACE for "S3 methods exported but not registered" for R V3.2+.
- Misc Bug Fixes.
Vignettes and tests. CRAN v1.1.3
- Update "ggRandomForests: Visually Exploring a Random Forest for Regression" vignette.
- Further development of draft package vignette "Survival with Random Forests".
- Rename vignettes to align with randomForestSRC package usage.
- Add more tests and example functions.
- Refactor
gg_
functions into S3 methods to allow future implementation for other random forest packages. - Improved help files.
- Updated DESCRIPTION file to remove redundant parts.
- Misc Bug Fixes.
CRAN Christmas release V1.1.2
- Add package vignette "ggRandomForests: Visually Exploring a Random Forest for Regression"
- Add
gg_partial_coplot
,quantile_cuts
andsurface_matrix
functions - export the
calc_roc
andcalc_auc
functions. - replace tidyr function dependency with reshape2 (melt instead of gather) due to lazy eval issues.
- reduce dplyr dependencies (remove select and %>% usage for base equivalents, I still use tbl_df for printing)
- Further development of package vignette "Survival with Random Forests"
- Refactor cached example datasets for better documentation, estimates and examples.
- Improved help files.
- Updated DESCRIPTION file to remove redundant parts.
- Misc Bug Fixes.