test_that("use", {
if (is_regenie_installed()) {
expect_silent(check_regenie_is_installed())
}
expect_error(
check_regenie_is_installed(regenie_folder = tempfile()),
"REGENIE is not installed"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.