R/startup_message.R

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("************\nWelcome to neuropsychology v0.5.0 (c) Dominique Makowski.")
  packageStartupMessage("See documentation on https://www.rdocumentation.org/packages/neuropsychology")
  packageStartupMessage("Do not hesitate to create an issue on https://github.com/neuropsychology/neuropsychology.R/issues with questions, comments, or movie recommendations.\n************")
}

Try the neuropsychology package in your browser

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

neuropsychology documentation built on May 2, 2019, 2:13 p.m.