test_that("checksums", {
file <- file.path(cacheDir, "example.rds")
for (fun in list(md5, sha256)) {
x <- fun(file)
expect_type(x, "character")
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.