R/pkg_start.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname)
{
  packageStartupMessage(paste(pkgname)," package calling ...\nFollow this project on github: https://github.com/jansteinfeld/PP.git")
}
manuelreif/PP documentation built on May 31, 2021, 11:23 p.m.