R/welcome.R

Defines functions .onAttach

.onAttach = function(libname, pkgname) {
    msg = "The Royston's H test has been moved to 'MVN' package. 'royston' package will no longer be supported. Please use 'MVN' package for further analysis."
    msg = strwrap(msg, exdent=4, indent=4)
    packageStartupMessage(paste(msg, collapse="\n"), appendLF=TRUE)
}

Try the royston package in your browser

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

royston documentation built on May 1, 2019, 10:55 p.m.