R/zzz.R

Defines functions dummy

#' @eval options::as_roxygen_docs()
NULL

#' @eval options::as_params()
#' @name options
#'
NULL

options::define_option(
  "verbose",
  default = 2,
  desc = "`numeric` verbosity level. Higher values means more information is
  printed in console. A value of 0 means nothing is printed to console during
  execution"
)

#' @noRd
dummy <- function() {
  earth::earth
  xgboost::xgboost
}

Try the postcard package in your browser

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

postcard documentation built on April 12, 2025, 1:57 a.m.