Nothing
source("../fns.R")
skip_on_cran()
test_that("use sass", {
wd <- getwd()
pkg <- create_tmp_package()
setwd(pkg)
on.exit({
setwd(wd)
delete_tmp_package(pkg)
})
scaffold()
expect_message(build())
packer::scaffold_leprechaun(edit = FALSE)
use_packer()
use_js_utils()
use_sass()
use_packer()
expect_message(build())
})
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.