R/zzz_startup.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # packageStartupMessage("This is version ", packageVersion(healthiar)," of ", healthiar,)
  packageStartupMessage("***** DISCLAIMER *****\nThe developers are not liable for any calculation errors or inaccuracies resulting from the use of the R package healthiar. It is work in progress and the functions of this R package can change at any moment.\n***** HAPPY CODING *****")
}

Try the healthiar package in your browser

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

healthiar documentation built on March 12, 2026, 5:07 p.m.