-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathNAMESPACE
More file actions
49 lines (48 loc) · 859 Bytes
/
Copy pathNAMESPACE
File metadata and controls
49 lines (48 loc) · 859 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand
S3method(future_by,data.frame)
S3method(future_by,default)
S3method(future_kernapply,default)
S3method(future_kernapply,ts)
export(future_.mapply)
export(future_Filter)
export(future_Map)
export(future_apply)
export(future_by)
export(future_eapply)
export(future_kernapply)
export(future_lapply)
export(future_mapply)
export(future_replicate)
export(future_sapply)
export(future_tapply)
export(future_vapply)
importFrom(future,
Future,
FutureError,
FutureInterruptError,
as.FutureGlobals,
cancel,
future,
getGlobalsAndPackages,
nbrOfWorkers,
resolve,
value
)
importFrom(globals,
findGlobals,
globalsByName
)
importFrom(parallel,splitIndices)
importFrom(stats,
end,
frequency,
kernapply,
ts
)
importFrom(utils,
capture.output,
globalVariables,
head,
packageVersion,
str
)