R/zzz.R

Defines functions .onAttach

#' @keywords internal
#' @noRd

#message when loading package
.onAttach <- function(libname, pkgname) {
  packageStartupMessage("This is version ", utils::packageVersion(pkgname),
                        " of ", pkgname, '.',
                        '\n', pkgname, ' is BETA software! Please report any bugs.')
}

Try the MIIVefa package in your browser

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

MIIVefa documentation built on May 29, 2024, 11:14 a.m.