R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  ggRandomForests.version <- read.dcf(file=system.file("DESCRIPTION", package=pkgname), 
                            fields="Version")
  packageStartupMessage(paste("\n",
                              pkgname,
                              ggRandomForests.version,
                              "\n",
                              "\n",
                              "Type ggrandomforests.news() to see new features, changes, and bug fixes.",
                              "\n",
                              "\n"))
}

Try the ggRandomForests package in your browser

Any scripts or data that you put into this service are public.

ggRandomForests documentation built on May 2, 2026, 5:06 p.m.