Nothing
test_that("ppc", {
# (1) load data
data("fitPBK_C4")
# (3) run plot
ppcPBK_C4 = ppc(fitPBK_C4)
# (4) check plot has been executed:
testthat::expect_true(all(class(ppcPBK_C4) == c("gg", "ggplot")))
})
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.