Nothing
#' @include lists.R prep_utils.R
#' @importFrom rcmdcheck rcmdcheck
PREPS$rcmdcheck <- function(state, path = state$path, quiet) {
path <- normalizePath(path)
run_prep_step(state, "rcmdcheck", function(path, quiet) {
rcmdcheck(path, quiet = quiet)
}, path = path, quiet = quiet, silent = quiet)
}
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.