Nothing
test_that("obs_opts returns expected default values", {
result <- suppressWarnings(obs_opts())
expect_s3_class(result, "obs_opts")
expect_equal(result$family, "negbin")
expect_equal(result$weight, 1)
expect_true(result$week_effect)
expect_equal(result$week_length, 7L)
expect_equal(result$scale, Normal(mean = 1, sd = 0))
expect_equal(result$accumulate, 0)
expect_true(result$likelihood)
expect_false(result$return_likelihood)
})
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.