Nothing
test_that("always above l", {
set.seed(231234)
values <- rtexp(n=1000000, rate=0.001, l=500)
expect_true(all(values > 500))
})
test_that("works if l is not specified", {
values <- rtexp(n=10000, rate=1.2)
expect_true(all(values > 0))
})
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.