Nothing
as_r_cmd_check <- function(expr, pkg = "pkg") {
withr::with_envvar(
list("_R_CHECK_PACKAGE_NAME_" = pkg),
expr
)
}
as_not_r_cmd_check <- function(expr) {
withr::with_envvar(
list("_R_CHECK_PACKAGE_NAME_" = NA),
expr
)
}
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.