R/zzz.r

Defines functions .onAttach

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

Try the shipunov package in your browser

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

shipunov documentation built on Feb. 16, 2023, 9:05 p.m.