Nothing
vdiffr_skip_stale()
skip_if_not_installed("ggplot2")
test_that("ggtitle is set correctly", {
p <- ggplot2::ggplot()
expect_doppelganger("Some title", p)
expect_doppelganger("Some other title", p + ggplot2::ggtitle(NULL))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.