R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname,pkgname) {
  packageStartupMessage(">>> Please see our quick-start guide: ?machina <<<")
}

Try the machina package in your browser

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

machina documentation built on May 2, 2019, 10:21 a.m.