test_that("create_fish_db works correctly when a revision file is not present", {
# Remove revision file
expect_true(file.remove(file.path(rappdirs::user_cache_dir("deltafish"), "revision.txt")))
expect_message(create_fish_db(),
"Unknown version installed. If you wish to re-install the cache with a known version, run clear_cache() then create_fish_db().",
fixed = TRUE
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.