Nothing
test_that("as.mcmc", {
expect_error(coda::as.mcmc(mcmcr_example$alpha),
"^`nchains\\(x\\)` must be identical to 1L\\.",
class = "chk_error"
)
expect_s3_class(
as.mcmc(as.mcarray(coda::as.mcmc.list(collapse_chains(mcmcr_example[[1]])))),
"mcmc"
)
})
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.