File: NAMESPACE

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 (28 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (2)
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)