Nothing
context("Testing beta-utils \n")
test_that("beta names are correct", {
expect_identical(get_beta_names("normal"), c("mu", "sigma"))
expect_identical(get_beta_names("exp"), "rate")
expect_identical(get_beta_names("weibull"), c("shape", "scale"))
})
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.