# nocov start
.onLoad <- function(libname, pkgname) {
parallel_mclapply <<- parallel::mclapply
}
.onUnload <- function(libpath) {
undo_overload_mclapply(TRUE, TRUE, "all")
}
#nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.