R/startup.R

.onAttach <- function(lib, pkg) {
    ver <- read.dcf(file.path(lib,pkg,"DESCRIPTION"), "Version")
    msg <- sprintf("T-LoCoH for R (version %s)\nURL: http://tlocoh.r-forge.r-project.org/\nBug reports: tlocoh@gmail.com", as.character(ver))
    packageStartupMessage(msg)
}

Try the tlocoh package in your browser

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

tlocoh documentation built on May 2, 2019, 5:27 p.m.