test_that("SpliceWiz is able to download stuff from internet", {
httplink <- "https://raw.githubusercontent.com/alexchwong/SpliceWiz/refs/heads/main/LICENSE"
#trueMD5 <- "815bad9eaf7d384766db42338d286b60" # as of 2024-09-14
fn <- .parse_valid_file(httplink, force_download = TRUE)
message("MD5 is ", tools::md5sum(fn))
#expect_equal(as.character(tools::md5sum(fn)), trueMD5)
expect_equal(1,1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.