context("test-dummy.R")
test_that("dummy works", {
dummy_var <- 1
expect_is(dummy_var, "numeric")
expect_true(dummy_var == 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.