R/startup.R

Defines functions .onAttach

# Added by J. Fox 2019-09-06

.onAttach <- function(...){
    packageStartupMessage(gettext(paste(c("This package has some major limitations", 
         "(for example, it does not work reliably when",
         "the number of variables exceeds 30),",
         "and has been superseded by the norm2 package."),
         collapse="\n")))
    return()
}

Try the norm package in your browser

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

norm documentation built on July 9, 2023, 3:09 p.m.