R/zzz.R

.onAttach <- function(libname, pkgname) {
    rotationForest_ver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                      fields="Version")
    packageStartupMessage(paste(pkgname, rotationForest_ver))
    packageStartupMessage("Change log: rotationForestNews()")
}

Try the rotationForest package in your browser

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

rotationForest documentation built on May 2, 2019, 1:42 p.m.