Nothing
test_that("Calculate min value of a vector",{
expect_equal(energetic.min(c(10, 20, 30)), 10)
expect_equal(energetic.min(c(15, 21, 35)), 15)
})
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.