R/zzz.R

Defines functions .onAttach

################################################################################

.onAttach <- function(lib, pkg) {
        dcf <- read.dcf(file.path(lib, pkg, "DESCRIPTION"))
        msg <- gettextf("%s (%s)", dcf[, "Title"], dcf[, "Version"])

        packageStartupMessage(paste(strwrap(msg), collapse = "\n"))
}

Try the tsModel package in your browser

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

tsModel documentation built on May 11, 2022, 1:09 a.m.