R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("This package has required dplyr, ggplot2, stats and MASS.")
}

Try the Elja package in your browser

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

Elja documentation built on July 9, 2023, 5:27 p.m.