R/zzz.R

Defines functions .onAttach

# Files and functions that should be loaded at last when calling library(ForeCA)

.onAttach <- function(libname, pkgname){
  welcome.msg <- 
    paste0("This is 'ForeCA' version ", utils::packageVersion("ForeCA"), ". ",
           'See https://github.com/gmgeorg/ForeCA for latest updates and citation("ForeCA").\n',
           "May the ForeC be with you.")
  packageStartupMessage(welcome.msg, domain = NULL, 
                        appendLF = TRUE)
}

Try the ForeCA package in your browser

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

ForeCA documentation built on July 1, 2020, 7:50 p.m.