Nothing
context("utils metrics")
test_that("LAD works", {
set.seed(42)
z = runif(1e4, 0, 20)
lad = LAD(z, z0 = 0)
expect_equal(lad$z, seq(0.5, 19.5 , 1))
})
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.