Skip to content

Releases: ehrlinger/ggRandomForests

HTML5+

31 Aug 19:54
e45b733
Compare
Choose a tag to compare
  • Update to use HTML5 for documentation pages
  • Remove long running example code to fit within execution limits (<5 sec)
  • Remove cached data to reduce release size

Return of the (Regression) Vignette

09 May 15:42
Compare
Choose a tag to compare
  • 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

26 Apr 14:44
Compare
Choose a tag to compare

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.

08 Sep 13:38
Compare
Choose a tag to compare

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

12 Jun 13:42
Compare
Choose a tag to compare
V2.0.0

syntax issues

randomForestSRC 2.0.0 compatibility. CRAN V1.2.1

12 Dec 12:50
Compare
Choose a tag to compare
  • Updates for release of randomForestSRC V2.0.0
  • Correct some vignette formatting errors.

ggplot2 2.0.0 compatibility

16 Nov 14:02
Compare
Choose a tag to compare
  • 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

29 Mar 11:47
Compare
Choose a tag to compare
  • 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 the randomForestSRC::plot.variable function.
  • Move cache data to randomForestSRC v1.6.1 to take advantage of rfsrc 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

08 Jan 12:24
Compare
Choose a tag to compare
  • 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

25 Dec 14:20
Compare
Choose a tag to compare
  • Add package vignette "ggRandomForests: Visually Exploring a Random Forest for Regression"
  • Add gg_partial_coplot, quantile_cuts and surface_matrix functions
  • export the calc_roc and calc_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.