R/zzz.R

Defines functions .onAttach

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

Try the RFplus package in your browser

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

RFplus documentation built on April 3, 2025, 5:44 p.m.