Nothing
test_that("bind_dimensions", {
expect_identical(pdims(bind_dimensions(mcmcr_example$beta, mcmcr_example$beta)), c(2L, 2L, 2L))
expect_identical(
pdims(bind_dimensions(mcmcr_example, mcmcr_example)),
list(alpha = c(2L, 2L), beta = c(2L, 2L, 2L), sigma = c(1L, 2L))
)
expect_identical(
pdims(bind_dimensions(mcmcr_example, mcmcr_example, along = 1L)),
list(alpha = c(4L), beta = c(4L, 2L), sigma = c(2L))
)
expect_identical(
pdims(bind_dimensions(mcmcr_example2, mcmcr_example2)),
list(alpha = c(2L, 1L, 1L, 2L), beta = c(2L, 2L, 2L, 2L), sigma = c(1L, 1L, 1L, 2L))
)
})
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.