Nothing
source("../fns.R")
test_that("roclet", {
wd <- getwd()
pkg <- create_tmp_package()
setwd(pkg)
on.exit({
setwd(wd)
delete_tmp_package(pkg)
})
scaffold()
use_sass()
expect_message(
roxygen2::roxygenise(roclets = "leprechaun::build_roclet")
)
})
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.