context("GUI works")
test_that("GUI server works", {
library(shiny)
testServer(system.file("app", package = "RHermes"), {
stopApp()
})
succeed()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.