library(testthat)
library(mbtools)
if (requireNamespace("xml2")) {
test_check(
"mbtools",
reporter = MultiReporter$new(
reporters = list(
JunitReporter$new(file = "test-results.xml"),
CheckReporter$new()))
)
} else {
test_check("mbtools")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.