test_that("use", {
# Will be zero filenames if GCAE is not installed
model_filenames <- get_gcae_model_filenames()
for (model_filename in model_filenames) {
expect_silent(check_model_filename(model_filename))
expect_silent(read_model_file(model_filename))
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.