Nothing
test_that("as.mcmcrs", {
expect_s3_class(as.mcmcrs(list(mcmcr_example, mcmcr_example)), "mcmcrs")
expect_identical(
as.mcmcrs(as.mcmcrs(list(mcmcr_example, mcmcr_example))),
as.mcmcrs(list(mcmcr_example, mcmcr_example))
)
})
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.