Nothing
setup_parallel <- function() {
if (!requireNamespace("foreach", quietly = TRUE)) {
# EXCLUDE COVERAGE START
stop("foreach package required for parallel plyr operation",
call. = FALSE)
# EXCLUDE COVERAGE END
}
if (foreach::getDoParWorkers() == 1) {
# EXCLUDE COVERAGE START
warning("No parallel backend registered", call. = TRUE)
# EXCLUDE COVERAGE END
}
}
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.