Nothing
test_that("chattr_app() runs", {
local_mocked_bindings(
rstudioapi_jobRunScript = function(...) invisible(),
rstudioapi_viewer = function(...) 0
)
withr::with_options(list("chattr-shiny-test" = TRUE), {
test_model_backend()
expect_length(chattr_app(as_job = TRUE), 1)
})
})
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.