R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "\n",
    crayon::green("autotestR "), "loaded successfully\n",
    "----------------------------------------\n",
    "Simplified statistical analysis with automatic diagnostics and clear graphics.\n",
    "GitHub: https://github.com/Luiz-Garcia-R/autotestR\n"
  )
}

Try the autotestR package in your browser

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

autotestR documentation built on April 29, 2026, 1:09 a.m.