R/internal.R

Defines functions .onAttach

Documented in .onAttach

#' .onAttach
#'
#' Print MAMS package info
#' @param ... Further arguments passed to or from other methods.
.onAttach <- function(...) {
  packageStartupMessage(paste("********** MAMS Version",
                      packageDescription("MAMS")$Version), " ********** \n")
  packageStartupMessage(paste0(
    "Type MAMSNews() to see new features/changes/bug fixes.\n",
    "Type help(MAMS) for an overview of the package.\n"))
}

Try the MAMS package in your browser

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

MAMS documentation built on June 8, 2025, 9:38 p.m.