R/zzz.R

Defines functions .onAttach

# Welcome messages, nothing fancy
#' @importFrom utils packageVersion
.onAttach <- function(lib, pkg, ...){
  startup_msg <- paste0("Welcome to manymodelr. This is manymodelr version ",
                        packageVersion("manymodelr"),".\n",
                  " Please file issues and feedback at https://www.github.com/Nelson-Gon/manymodelr/issues\n",
                        "Turn this message off using 'suppressPackageStartupMessages(library(manymodelr))'\n",
                        " Happy Modelling! :)")
  packageStartupMessage(startup_msg)
}

Try the manymodelr package in your browser

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

manymodelr documentation built on Nov. 15, 2021, 5:07 p.m.