Nothing
vdiffr_skip_stale <- function() {
skip_if_not_installed("base", "4.1.0")
}
create_mock_pkg <- function(pkg = "mock-pkg") {
dir <- tempfile()
dir.create(dir, recursive = TRUE)
file.copy(pkg, dir, recursive = TRUE)
# Enable `R CMD check` logging
from <- file.path(dir, pkg)
to <- paste0(from, ".Rcheck")
file.rename(from, to)
to
}
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.