R/zzz.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
 Tp.ver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname), fields="Version")
 packageStartupMessage(paste("package 'tapkee', version", Tp.ver))
}

Try the tapkee package in your browser

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

tapkee documentation built on Jan. 4, 2021, 5:07 p.m.