Nothing
test_that("Can detect proper testing environment", {
# Basic test that the is_full_test_env function works
expect_type(is_full_test_env(), "logical")
# Output helpful message about test environment
message(sprintf(
"Testing environment status: %s",
if (is_full_test_env()) "FULL INTEGRATION TESTS ENABLED" else "LIMITED TESTS ONLY"
))
})
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.