R/onAttach.R

Defines functions .onAttach

###
### R routines for the R package dlnm (c)
#
.onAttach <- 
function(lib, pkg) {
#
################################################################################
#
  meta <- packageDescription("dlnm")
  attachmsg <- paste("This is dlnm ",meta$Version,
    ". For details: help(dlnm) and vignette('dlnmOverview').",
    #"\n",
    #"Important changes: see file.show(system.file('Changesince220',package='dlnm'))",
    sep="")
  packageStartupMessage(attachmsg, domain = NULL, appendLF = TRUE)
}

Try the dlnm package in your browser

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

dlnm documentation built on Oct. 7, 2021, 5:09 p.m.