Nothing
test_that("parsnip engine registration is successful", {
skip_if_not_installed("parsnip")
engs <- parsnip::show_engines("mlp")
expect_true("bnns" %in% engs$engine)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.