R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # output the specific message when package is loaded!
  RFver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                    fields=c("Description"))
  packageStartupMessage(paste(pkgname,': ', RFver))
}

Try the ILSE package in your browser

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

ILSE documentation built on Jan. 31, 2022, 9:06 a.m.