test <- function() {
# ensure tools loaded
devtools::load_all()
# run tests
testthat::test_dir(
path = renv_tests_root(),
reporter = renv_tests_reporter()
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.