Nothing
test_that("draw obeys its contract", {
data_set <- build_markov_chain(1000, 3, seed = 0)
x_vlmc <- vlmc(data_set$x)
expect_snapshot_output(draw(x_vlmc))
expect_snapshot_output(draw(x_vlmc, prob = NULL))
expect_snapshot_output(draw(x_vlmc, prob = FALSE))
})
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.