Nothing
prior <- get_prior(samples_LNR)
design <- get_design(samples_LNR)
RNGkind("L'Ecuyer-CMRG")
set.seed(123)
test_that("priorS3", {
expect_snapshot(prior)
expect_snapshot(summary(prior))
vdiffr::expect_doppelganger("prior_plot", plot(prior))
})
test_that("designS3", {
expect_snapshot(design)
expect_snapshot(summary(design))
})
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.