context("Premier groupe de test")
test_that("premier test",{
expect_equal(1,1)
})
test_that("second test",{
expect_match("Testing is fun", "x")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.