test_that("use", {
if (!is_regenie_installed()) return()
expect_silent(get_regenie_version())
text <- get_regenie_version()
expect_true(is.character(text))
expect_true(length(text) == 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.