R/getExtraPackages.R

Defines functions getExtraPackages

getExtraPackages = function(mode) {
  switch(mode,
    MODE_MPI = "Rmpi",
    MODE_BATCHJOBS = "BatchJobs",
    MODE_BATCHTOOLS = "batchtools",
    character(0L)
  )
}

Try the parallelMap package in your browser

Any scripts or data that you put into this service are public.

parallelMap documentation built on June 28, 2021, 9:07 a.m.