Nothing
mldr.resampling.env <- new.env(parent=emptyenv())
.onAttach <- function(...) {
packageStartupMessage("Enter setParallel(TRUE) to enable parallel computing")
}
.onLoad <- function(...) {
assign('.numCores', 1, mldr.resampling.env)
assign('.mldrApplyFun1', function(x, l, mc.cores) { lapply(x,l) }, mldr.resampling.env)
assign('.mldrApplyFun2', function(parV, parF, mc.cores, parL, parEnv) { pbapply::pblapply(parV, parF) }, mldr.resampling.env)
}
.onUnload <- function(...) {
rm(mldr.resampling.env)
}
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.