R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("This is version ", utils::packageVersion(pkgname),
                        " of ", pkgname, ". All functions now use two-tailed hypothesis tests by default instead of one-tailed.\nOne-tailed tests can be manually specified through the new 'tailed' and 'greater' arguments.\nPlease consult the help files and vignette for more information.")
}

Try the correctR package in your browser

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

correctR documentation built on April 12, 2025, 1:57 a.m.