R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage(paste0(
    "hal9001 v",
    utils::packageDescription("hal9001")$Version,
    ": The Scalable Highly Adaptive Lasso\n",
    "note: fit_hal defaults have changed. See ?fit_hal for details"
  ))
}

Try the hal9001 package in your browser

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

hal9001 documentation built on Nov. 14, 2023, 5:08 p.m.