R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
   packageStartupMessage(
      '\n\n\n\n\n*********************\n\n\n\nLatest version of regtools at GitHub.com/matloff\n\n\nType ?regtools to see function list by category\n\n\n\n')
}

Try the regtools package in your browser

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

regtools documentation built on March 31, 2022, 1:06 a.m.