R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage('Thank you for using LTASR
Please cite:
 Bertke SJ, Kelly-Reif K. Introducing LTASR, a new R package based on the NIOSH
 Life Table Analysis System. Occupational and Environmental Medicine 2022;79:792.
when publishing results obtained from this package')
}

Try the LTASR package in your browser

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

LTASR documentation built on Sept. 11, 2024, 6:51 p.m.