test_that("theme can be added to a ggplot2 object", {
plot <- ggplot2::ggplot() + theme_static()
expect_true(inherits(plot, "ggplot"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.