R/zzz.R

Defines functions .onAttach

Documented in .onAttach

#' .onAttach
#'
#' @param libname character
#' @param pkgname character
#'
#' @references https://r-pkgs.org/r.html
.onAttach <- function(libname, pkgname) {
  packageStartupMessage("IMPORTANT: Please note that functions in this package will soon be deprecated and replaced by functions in package boot.heterogeneity.")
  }

Try the mc.heterogeneity package in your browser

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

mc.heterogeneity documentation built on Jan. 13, 2021, 1:06 p.m.