R/onAttach.R

Defines functions .onAttach

###
### R routines for the R package mixmeta (c)
#
.onAttach <-
function(lib, pkg) {
#
################################################################################
#
  meta <- packageDescription("mixmeta")
  attachmsg <- paste("This is mixmeta ",meta$Version,
    ". For an overview type: help('mixmeta-package').",sep="")
  packageStartupMessage(attachmsg, domain = NULL, appendLF = TRUE)
}

Try the mixmeta package in your browser

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

mixmeta documentation built on Oct. 16, 2021, 5:09 p.m.