Nothing
test_that("native backend options are accepted", {
old <- options(NNS.native.stack = TRUE, NNS.native.mreg = TRUE, NNS.native.univariate = TRUE)
on.exit(options(old), add = TRUE)
expect_true(isTRUE(getOption("NNS.native.stack")))
})
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.