R/firstlib.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    ver <- utils::packageDescription(pkgname, libname,
                                     fields = c("Version", "Date"))
    packageStartupMessage(paste(pkgname, ver[1], "\t", ver[2]))
}

Try the locfit package in your browser

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

locfit documentation built on June 24, 2024, 5:08 p.m.