Nothing
test_that("using_testthat() works as expected", {
withr::with_envvar(
new = c("TESTTHAT" = "true"),
expect_true(using_testthat())
)
withr::with_envvar(
new = c("TESTTHAT" = NA),
expect_false(using_testthat())
)
})
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.