R/zzz.R

Defines functions .onAttach

#===================
# On load
#===================
.onAttach <- function(libname, pkgname) {
  packageStartupMessage("~~ Package calendR\nVisit https://r-coder.com/ for R tutorials ~~")
}

Try the calendR package in your browser

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

calendR documentation built on Oct. 6, 2023, 1:07 a.m.