Nothing
if (dir.exists("../../R")) {
prefix <- "../../"
} else if (dir.exists("./R")) {
prefix <- "./"
}
test_that(
desc = "test lints",
code = {
skip_on_cran()
skip_if(dir.exists("../../00_pkg_src"))
lintr::expect_lint_free(path = prefix)
})
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.