context("test-load_packages")
test_that("load packages fails if package isn't installed", {
expect_error(load_packages(quote(library(thisisatotallyfakepackage))))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.