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")
}

Try the PP package in your browser

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

PP documentation built on May 27, 2021, 5:07 p.m.