library(testthat)
library(mypackage)
test_check("mypackage")
test_that("hello works", {
expect_null(suppressMessages(hello()))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.