R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to the BaselRBootcamp!")
  packageStartupMessage("bootcamp.guide() opens the package guide.")
  packageStartupMessage("https://therbootcamp.github.io/, therbootcamp@gmail.com")
}
therbootcamp/BaselRBootcamp2017 documentation built on May 3, 2019, 10:45 p.m.