R/startup.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
    ver <- read.dcf(file.path(lib,pkg,"DESCRIPTION"), "Version")
    msg <- sprintf("tlocoh.dev contains features under development for T-LoCoH\nVersion %s\nURL: http://tlocoh.r-forge.r-project.org/\nPlease send bug reports and feedback to tlocoh@gmail.com", as.character(ver))
    packageStartupMessage(msg)
}

Try the tlocoh.dev package in your browser

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

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