R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname = find.package("catSurv"), pkgname = "catSurv"){
  msg <- "## \n## Support provided by the U.S. National Science Foundation \n## (Grant SES-1558907) \n##"
  packageStartupMessage(msg)
}

Try the catSurv package in your browser

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

catSurv documentation built on Dec. 4, 2022, 1:15 a.m.