Nothing
context("repo README")
test_that("README works as expected", {
skip_if_not(on_github_actions())
root_path <- get_root_path()
fp <- file.path(root_path, "README.Rmd")
expect_message(output <- capture.output(krm <- knitr::knit(fp, output = "tmp.md")),
regexp = "output file: tmp.md"
)
file.remove("tmp.md")
})
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.