Nothing
context("Check package name for bad words")
test_that("Catches bad word", {
skip_on_cran()
expect_identical("hell", get_bad_words("hell")[[1L]])
})
test_that("Passes safe word", {
skip_on_cran()
expect_true(length(get_bad_words("happy")) == 0)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.