R/onAttach.R

".onAttach" <- function(lib, pkg) {
  mylib <- dirname(system.file(package = pkg))
  title <- packageDescription(pkg, lib.loc = mylib)$Title
  ver <- packageDescription(pkg, lib.loc = mylib)$Version
  packageStartupMessage(paste(pkg, ": ", title, "\nVersion: ", ver, "\n", sep=""))
}

Try the wfe package in your browser

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

wfe documentation built on May 2, 2019, 2:45 p.m.