R/zzz.R

Defines functions .onAttach

# Startup messages
#' @importFrom utils packageVersion

.onAttach <- function(lib, pkg, ...){
  startup_msg <- paste0("Welcome to mde. This is mde version ",
                        packageVersion("mde"),".\n",
              " Please file issues and feedback at https://www.github.com/Nelson-Gon/mde/issues\n",
              "Turn this message off using 'suppressPackageStartupMessages(library(mde))'\n",
              " Happy Exploration :)")
  packageStartupMessage(startup_msg)
}

Try the mde package in your browser

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

mde documentation built on Feb. 10, 2022, 5:08 p.m.