R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
  packageStartupMessage("\nOTRIMLE: Robust Model-Based Clustering\nType 'citation(\"otrimle\")' for citing this R package in publications.\n")
  invisible()
}

Try the otrimle package in your browser

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

otrimle documentation built on May 29, 2021, 9:09 a.m.