Nothing
source("../fns.R")
test_that("update", {
wd <- getwd()
pkg <- create_tmp_package()
setwd(pkg)
on.exit({
setwd(wd)
delete_tmp_package(pkg)
})
expect_error(add_module())
scaffold()
expect_error(add_module())
expect_error(add_module("err or"))
expect_message(add_module("mod"))
})
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.