context('package-check')
test_that('package-check', {
expect_error(check_word(10))
expect_message(check_word('name'))
expect_true(is.data.frame(keywords))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.