R/zzz.R

Defines functions .onLoad

# nocov start

# ------------------------------------------------------------------------------

# The functions below define the model information. These access the model
# environment inside of parsnip so they have to be executed once parsnip has
# been loaded.

#' @keywords internal
.onLoad <- function(libname, pkgname) {
  make_nearest_neighbor_adaptive_dann()
  make_nearest_neighbor_adaptive_sub_dann()
}

# nocov end

Try the tidydann package in your browser

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

tidydann documentation built on April 13, 2025, 1:08 a.m.