context("Arithmetic")
testthat::test_that(
"Math works", {
expect_equal(1 + 1, 2)
expect_equal(1 + 2, 3)
expect_equal(1 + 3, 4)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.