Nothing
test_that("configuration changes are correctly detected", {
withr::with_options(
list(ohvbd_compat = NULL),
expect_false(suppressMessages(check_ohvbd_config()))
)
withr::with_options(
list(ohvbd_compat = TRUE),
expect_true(suppressMessages(check_ohvbd_config()))
)
withr::with_options(
list(ohvbd_compat = FALSE),
expect_true(suppressMessages(check_ohvbd_config()))
)
withr::with_options(
list(tmp_test_option = TRUE),
expect_true(suppressMessages(check_ohvbd_config("tmp_test_option")))
)
})
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.