tests/testthat/test-parsnip.R

test_that("parsnip engine registration is successful", {
  skip_if_not_installed("parsnip")
  
  engs <- parsnip::show_engines("mlp")
  expect_true("bnns" %in% engs$engine)
})

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.