R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  title <- read.dcf(file.path(libname, pkgname, "DESCRIPTION"), "Title")
  title <- as.character(title)
  packageStartupMessage(title, " : Version ", utils::packageVersion("fPASS"))
}

Try the fPASS package in your browser

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

fPASS documentation built on July 26, 2023, 5:08 p.m.