R/zzz.R

.onAttach <- function(libname, pkgname) {
    package_ver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                      fields="Version")
    packageStartupMessage(paste(pkgname, package_ver))
    packageStartupMessage("dummyNews()")
}

Try the dummy package in your browser

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

dummy documentation built on May 1, 2019, 8:21 p.m.