R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage(c("The multvardiv package contains the same tools as mcauchyd, ",
                          "and similar tools for other multivariate distributions.\n\n",
                          "mcauchyd will no longer be maintained. You may wish to install ",
                          "multvardiv instead."))
}

Try the mcauchyd package in your browser

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

mcauchyd documentation built on April 3, 2025, 7:47 p.m.