Package: ggRandomForests Type: Package Title: Visually Exploring Random Forests Version: 3.4.1 Date: 2026-07-02 Authors@R: person("John", "Ehrlinger", role = c("aut", "cre"), email = "john.ehrlinger@gmail.com") License: MIT + file LICENSE Encoding: UTF-8 Language: en-US URL: https://github.com/ehrlinger/ggRandomForests, https://ehrlinger.github.io/ggRandomForests/ BugReports: https://github.com/ehrlinger/ggRandomForests/issues Description: Graphic elements for exploring Random Forests using the 'randomForest' or 'randomForestSRC' package for survival, regression and classification forests and 'ggplot2' package plotting. Implements visualisations of the methods described in Breiman (2001) and Ishwaran, Kogalur, Blackstone, and Lauer (2008) . Depends: R (>= 4.4.0) Imports: randomForestSRC (>= 3.4.0), randomForest, varPro (>= 3.1.0), igraph, survival, tidyr, dplyr, ggplot2, patchwork, stringr Suggests: testthat, bookdown, RColorBrewer, MASS, lintr, covr, vdiffr, datasets, rmarkdown, quarto, pkgdown, pkgload, knitr, ggraph, callr VignetteBuilder: quarto Config/roxygen2/version: 8.0.0 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev libxml2-dev libx11-dev Repository: https://ehrlinger.r-universe.dev Date/Publication: 2026-07-02 18:21:25 UTC RemoteUrl: https://github.com/ehrlinger/ggrandomforests RemoteRef: HEAD RemoteSha: 2daf8633fb111117458e017bf8fc4531f09b46a1 NeedsCompilation: no Packaged: 2026-07-02 21:06:13 UTC; root Author: John Ehrlinger [aut, cre] Maintainer: John Ehrlinger