R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  RFpredInterval.version <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                            fields="Version")
  packageStartupMessage(paste(pkgname,
                              RFpredInterval.version,
                              "\n"))
}

Try the RFpredInterval package in your browser

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

RFpredInterval documentation built on March 7, 2023, 7:17 p.m.