R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib,pkg){
#packageStartupMessage("This is the non-US version of package relaimpo including the metric pmvd.","\n")
#packageStartupMessage("Please make sure that you are entitled to using it.","\n")
#packageStartupMessage("If you are a US-user, please use the global version (without pmvd) that is available on CRAN.","\n")


packageStartupMessage("This is the global version of package relaimpo.","\n")
packageStartupMessage( "If you are a non-US user, a version with the interesting additional metric pmvd is available","\n")
packageStartupMessage("from Ulrike Groempings web site at prof.beuth-hochschule.de/groemping.","\n")


}

Try the relaimpo package in your browser

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

relaimpo documentation built on Oct. 4, 2023, 5:09 p.m.