library(testthat)
library(shinytest)
library(shinyDataFilter)
if (!shinytest::dependenciesInstalled()) {
warning("tests cannot be run because shinytest dependencies are not available")
} else {
test_check("shinyDataFilter")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.