Nothing
test_that("defaults correct", {
expect_equal(get_distr_default("rnorm"), "N")
expect_equal(get_distr_default("rbernoulli"), "Bernoulli")
expect_equal(get_distr_default("rcategorical"), "Multinomial")
expect_equal(get_distr_default("rconstant"), "")
expect_equal(get_distr_default("rbeta"), "rbeta")
})
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.