test_that("minimal use", {
# Useful tests in 'test-install_gcae.R'
expect_error(
is_gcae_installed(
gcae_options = "nonsense"
),
"gcae_options"
)
expect_error(
is_gcae_installed(
gcae_options = create_gcae_options(),
verbose = "nonsense"
),
"verbose"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.