Nothing
test_that("npdims", {
expect_identical(npdims(mcmcr_example2), c(alpha = 3L, beta = 3L, sigma = 3L))
expect_identical(npdims(mcmcr_example), c(alpha = 1L, beta = 2L, sigma = 1L))
expect_identical(npdims(as.mcmc.list(mcmcr_example)), c(alpha = 1L, beta = 2L, sigma = 1L))
})
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.