R/internal.R

Defines functions .onAttach

#####
## Collection of internal functions used
##
#####
.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"))
   #if(as.numeric(R.Version()$major) >= 2 & as.numeric(R.Version()$minor) < 10) {packageStartupMessage(paste("The help functions for this package might not work properly. Please upgrade R to Version 2.10 or above to fix this problem.\n"))}
   }

Try the MAMS package in your browser

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

MAMS documentation built on April 18, 2023, 5:08 p.m.