R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
   packageStartupMessage(
      '\n\n\n\n\n*********************\n\n\n\nLatest version of polyreg at GitHub.com/matloff.')
}

Try the polyreg package in your browser

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

polyreg documentation built on March 31, 2022, 9:05 a.m.