R/onattach.R

Defines functions .onAttach

# The welcome message
.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to penalized. For extended examples, see vignette(\"penalized\").")
}

Try the penalized package in your browser

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

penalized documentation built on April 23, 2022, 5:05 p.m.