context("Fake Test - repeated text")
test_that("Fake test with same text repeated", {
str <- "Fake test with same text repeated"
expect_true(is.character(str))
})
test_that("Fake test with same text repeated", {
str <- "Fake test with same text repeated"
expect_true(is.character(str))
})
test_that("Fake test with same text repeated 2", {
str <- "Fake test with same text repeated 2"
expect_true(is.character(str))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.