context("Estimating numbers")
test_that("double.factorial works",{
expect_equal(double.factorial(4L), 3L)
expect_equal(double.factorial(5L), 15L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.