R/zzz.R

Defines functions .onAttach

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

Try the randomForestRHF package in your browser

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

randomForestRHF documentation built on April 24, 2026, 1:07 a.m.