crew_test("load packages", {
skip_on_cran()
expect_silent(load_packages(packages = "base", library = NULL))
expect_crew_error(
suppressWarnings(
load_packages(packages = "does;not;exist", library = NULL)
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.