R/onAttach.R

Defines functions .onAttach

###
### R routines for the R package mvmeta (c)
#
.onAttach <-
function(lib, pkg) {
#
################################################################################
#
  meta <- packageDescription("mvmeta")
  attachmsg <- paste("This is mvmeta ",meta$Version,
    ". For an overview type: help('mvmeta-package').",sep="")
  packageStartupMessage(attachmsg, domain = NULL, appendLF = TRUE)
}
gasparrini/mvmeta documentation built on Dec. 11, 2019, 9:57 a.m.