Nothing
test_that("density plotting works", {
res = readRDS(testthat::test_path("data", "res.rds"))
fake.q = 0.3
p = density_plot(res, fake.q)
expect_true(ggplot2::is.ggplot(p))
expect_error(print(p), NA)
})
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.