File: getExtraPackages.R

package info (click to toggle)
r-cran-parallelmap 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: sh: 13; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
getExtraPackages = function(mode) {
  switch(mode,
    MODE_MPI = "Rmpi",
    MODE_BATCHJOBS = "BatchJobs",
    MODE_BATCHTOOLS = "batchtools",
    character(0L)
  )
}