Nothing
source(file.path("..", "..", "R", "mad.R"))
test_that("mean absolute deviation is non-negative", {
expect_gte(mean_absolute_deviation(c(1, 3, 5), 3), 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.