R/First.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
	ver <- read.dcf(file.path(lib, pkg, "DESCRIPTION"), "Version")
        packageStartupMessage(paste(pkg, ver))
        msg <- paste("\n     This package, \"hse\" is now deprecated.   Users",
                     "\n     should install and use its successor \"dbd\".\n")
        packageStartupMessage(msg)
}

Try the hse package in your browser

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

hse documentation built on April 29, 2021, 9:06 a.m.