library(testthat)
library(vdiffr)
library(withr)
library(epinowcast)
test_results <- test_check("epinowcast")
if (any(as.data.frame(test_results)$warning > 0)) {
stop("tests failed with warnings")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.