Nothing
test_that("Piecemeal can be initialized and prints", {
outdir <- tempfile("piecemeal_test_")
sim <- piecemeal::init(outdir)
expect_s3_class(sim, "Piecemeal")
expect_output(print(sim), "A Piecemeal simulation")
unlink(outdir, recursive = TRUE)
})
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.