library(testthat)
library(calculator)
test_dir(
"./testthat",
env = shiny::loadSupport(),
reporter = c("progress", "fail")
)
test_check("calculator")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.