R/zzz.R

Defines functions .onAttach

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

Try the mggd package in your browser

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

mggd documentation built on Aug. 25, 2026, 5:07 p.m.