forked from mlr-org/parallelMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (26 loc) · 687 Bytes
/
NAMESPACE
File metadata and controls
27 lines (26 loc) · 687 Bytes
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
# 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(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)