R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname)
{
  packageStartupMessage("\n'nlstools' has been loaded.\n")
  packageStartupMessage("IMPORTANT NOTICE: Most nonlinear regression models and data set examples")
  packageStartupMessage("related to predictive microbiolgy have been moved to the package 'nlsMicrobio'\n")
}

Try the nlstools package in your browser

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

nlstools documentation built on Aug. 24, 2023, 5:10 p.m.