Nothing
test_that("npars", {
expect_identical(npars(mcmcr_example), 3L)
expect_identical(npars(mcmcrs(mcmcr_example, mcmcr_example)), 3L)
expect_identical(npars(mcmcr_example$alpha), 1L)
expect_identical(npars(coda::as.mcmc.list(mcmcr_example)), 3L)
expect_identical(npars(as.mcarray(mcmcr_example$beta)), 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.