Nothing
# WARNING - Generated by {fusen} from dev/flat_create_example_pkg.Rmd: do not edit by hand
test_that("create_example_pkg works", {
expect_error(pkgdir <- create_example_pkg(), regexp = NA)
if (requireNamespace("usethis", quietly = TRUE) &
requireNamespace("attachment", quietly = TRUE)) {
expect_true(all(c("DESCRIPTION", "man", "NAMESPACE", "R") %in% list.files(pkgdir)))
expect_true(file.exists(file.path(pkgdir, "R", "function.R")))
# clean state
unlink(pkgdir, recursive = TRUE)
}
})
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.