Nothing
source("../fns.R")
test_that("sitrep", {
wd <- getwd()
pkg <- create_tmp_package()
setwd(pkg)
on.exit({
setwd(wd)
delete_tmp_package(pkg)
})
expect_message(sitrep())
scaffold()
expect_message(sitrep())
expect_false(sitrep())
})
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.