Nothing
test_that("tt_intro creates the expected file", {
proj_dir <- withr::local_tempdir()
full_submission_path <- fs::path(proj_dir, "tt_submission")
usethis::local_project(proj_dir, force = TRUE, quiet = TRUE)
expect_true(tt_intro(open = FALSE))
file_path <- fs::path(full_submission_path, "intro.md")
expect_snapshot_file(file_path)
})
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.