1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# Generated by roxygen2: do not edit by hand
S3method(print,ParallelMapOptions)
S3method(print,RegisteredLevels)
export(parallelExport)
export(parallelGetOptions)
export(parallelGetRegisteredLevels)
export(parallelLapply)
export(parallelLibrary)
export(parallelMap)
export(parallelRegisterLevels)
export(parallelSapply)
export(parallelSource)
export(parallelStart)
export(parallelStartBatchJobs)
export(parallelStartBatchtools)
export(parallelStartLocal)
export(parallelStartMPI)
export(parallelStartMulticore)
export(parallelStartSocket)
export(parallelStop)
import(BBmisc)
import(checkmate)
import(parallel)
importFrom(stats,setNames)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,tail)
|