Nothing
test_that("example 1 works", {
abc <- shape_sim_ig(periods_number=20, shape_number=5)
expect_s3_class(abc, "data.frame")
expect_equal(dim(abc), c(105,3))
expect_type(abc$shape, "double")
})
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.