R/zzz.R

.onAttach <- function(lib, pkg) {
    dcf <- read.dcf(file.path(lib, pkg, "DESCRIPTION"))
    msg <- gettextf("%s (%s)", dcf[, "Title"],
                    as.character(dcf[, "Version"]))
    packageStartupMessage(paste(strwrap(msg), collapse = "\n"))
}

Try the simpleboot package in your browser

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

simpleboot documentation built on May 2, 2019, 4:16 a.m.