context("Related functions")
test_that("absolute_value1() works", {
expect_equal(absolute_value1(-1), 2)
})
context("Related functions")
test_that("plus_one() works", {
expect_equal(plus_one(-1), 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.