R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # Register parsnip engine if parsnip is available
  register_bnns_parsnip(force = TRUE)
}

Try the bnns package in your browser

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

bnns documentation built on June 8, 2026, 1:06 a.m.