R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  pkg.version <- packageDescription("rich", fields = "Version")
  startup.txt <- paste("\nrich version ", pkg.version, " is loaded\n", "You can access the package vignette by typing vignette('rich_introduction') in the R console", sep="")
  packageStartupMessage(startup.txt)
}

Try the rich package in your browser

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

rich documentation built on May 2, 2019, 6:42 a.m.