Nothing
test_that("runShiny launches the app correctly", {
appDir <- system.file("shiny", "app", package = "MuPETFlow")
# Make sure the app directory exists
expect_true(dir.exists(appDir))
# Test that the function runs without errors
expect_no_error(runMuPETFlow())
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.