R/zzz.R

Defines functions .onAttach

.noGenerics <- TRUE

.onAttach <- function(libname, pkgname){
  packageStartupMessage("\nHow to use CEM? Type vignette(\"cem\")\n")
}

Try the cem package in your browser

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

cem documentation built on Sept. 8, 2022, 5:09 p.m.