R/zzz.R

Defines functions .onAttach

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

Try the randomForestSRC package in your browser

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

randomForestSRC documentation built on May 31, 2023, 9:44 p.m.