-
Notifications
You must be signed in to change notification settings - Fork 85
/
NAMESPACE
194 lines (193 loc) · 5.22 KB
/
NAMESPACE
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
# Generated by roxygen2: do not edit by hand
S3method("$<-",Future)
S3method("[",FutureGlobals)
S3method("[",sessionDetails)
S3method(as.FutureGlobals,FutureGlobals)
S3method(as.FutureGlobals,Globals)
S3method(as.FutureGlobals,list)
S3method(as.character,FutureResult)
S3method(as.raster,Mandelbrot)
S3method(c,FutureGlobals)
S3method(futures,environment)
S3method(futures,list)
S3method(futures,listenv)
S3method(getExpression,ClusterFuture)
S3method(getExpression,Future)
S3method(getExpression,MulticoreFuture)
S3method(getExpression,MultisessionFuture)
S3method(getExpression,UniprocessFuture)
S3method(globals,Future)
S3method(journal,Future)
S3method(journal,FutureJournal)
S3method(journal,FutureJournalCondition)
S3method(journal,list)
S3method(mandelbrot,matrix)
S3method(mandelbrot,numeric)
S3method(nbrOfFreeWorkers,"NULL")
S3method(nbrOfFreeWorkers,cluster)
S3method(nbrOfFreeWorkers,future)
S3method(nbrOfFreeWorkers,logical)
S3method(nbrOfFreeWorkers,multicore)
S3method(nbrOfFreeWorkers,multiprocess)
S3method(nbrOfFreeWorkers,uniprocess)
S3method(nbrOfWorkers,"NULL")
S3method(nbrOfWorkers,cluster)
S3method(nbrOfWorkers,future)
S3method(nbrOfWorkers,multiprocess)
S3method(nbrOfWorkers,uniprocess)
S3method(packages,Future)
S3method(plot,Mandelbrot)
S3method(print,Future)
S3method(print,FutureCondition)
S3method(print,FutureJournal)
S3method(print,FutureJournalSummary)
S3method(print,FutureResult)
S3method(print,FutureStrategy)
S3method(print,FutureStrategyList)
S3method(print,future)
S3method(print,sessionDetails)
S3method(resetWorkers,default)
S3method(resetWorkers,multicore)
S3method(resolve,Future)
S3method(resolve,FutureGlobals)
S3method(resolve,default)
S3method(resolve,environment)
S3method(resolve,list)
S3method(resolve,listenv)
S3method(resolved,ClusterFuture)
S3method(resolved,Future)
S3method(resolved,FutureGlobals)
S3method(resolved,MulticoreFuture)
S3method(resolved,UniprocessFuture)
S3method(resolved,default)
S3method(resolved,environment)
S3method(resolved,list)
S3method(result,ClusterFuture)
S3method(result,ConstantFuture)
S3method(result,Future)
S3method(result,MulticoreFuture)
S3method(result,UniprocessFuture)
S3method(run,ClusterFuture)
S3method(run,ConstantFuture)
S3method(run,Future)
S3method(run,MulticoreFuture)
S3method(run,UniprocessFuture)
S3method(summary,FutureJournal)
S3method(tweak,"function")
S3method(tweak,character)
S3method(tweak,future)
S3method(unique,FutureGlobals)
S3method(value,Future)
S3method(value,environment)
S3method(value,list)
S3method(value,listenv)
export("%->%")
export("%<-%")
export("%conditions%")
export("%globals%")
export("%label%")
export("%lazy%")
export("%packages%")
export("%plan%")
export("%seed%")
export("%stdout%")
export("%tweak%")
export(ClusterFuture)
export(ConstantFuture)
export(Future)
export(FutureCondition)
export(FutureError)
export(FutureGlobals)
export(FutureJournalCondition)
export(FutureMessage)
export(FutureResult)
export(FutureWarning)
export(GlobalEnvFutureCondition)
export(GlobalEnvFutureError)
export(GlobalEnvFutureWarning)
export(MulticoreFuture)
export(MultiprocessFuture)
export(MultisessionFuture)
export(RngFutureCondition)
export(RngFutureError)
export(RngFutureWarning)
export(SequentialFuture)
export(UnexpectedFutureResultError)
export(UniprocessFuture)
export(as.FutureGlobals)
export(as.cluster)
export(autoStopCluster)
export(availableCores)
export(availableWorkers)
export(backtrace)
export(cluster)
export(future)
export(futureAssign)
export(futureCall)
export(futureOf)
export(futureSessionInfo)
export(futures)
export(getExpression)
export(getGlobalsAndPackages)
export(makeClusterMPI)
export(makeClusterPSOCK)
export(makeNodePSOCK)
export(mandelbrot)
export(mandelbrot_tiles)
export(multicore)
export(multisession)
export(nbrOfFreeWorkers)
export(nbrOfWorkers)
export(plan)
export(resetWorkers)
export(resolve)
export(resolved)
export(result)
export(run)
export(sequential)
export(sessionDetails)
export(supportsMulticore)
export(tweak)
export(value)
importFrom(digest,digest)
importFrom(globals,Globals)
importFrom(globals,as.Globals)
importFrom(globals,cleanup)
importFrom(globals,globalsByName)
importFrom(globals,globalsOf)
importFrom(globals,packagesOf)
importFrom(globals,walkAST)
importFrom(grDevices,as.raster)
importFrom(grDevices,hsv)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(listenv,get_variable)
importFrom(listenv,listenv)
importFrom(listenv,mapping)
importFrom(listenv,parse_env_subset)
importFrom(parallel,clusterCall)
importFrom(parallel,nextRNGStream)
importFrom(parallel,nextRNGSubStream)
importFrom(parallel,stopCluster)
importFrom(parallelly,as.cluster)
importFrom(parallelly,autoStopCluster)
importFrom(parallelly,availableCores)
importFrom(parallelly,availableWorkers)
importFrom(parallelly,connectionId)
importFrom(parallelly,isConnectionValid)
importFrom(parallelly,isNodeAlive)
importFrom(parallelly,makeClusterMPI)
importFrom(parallelly,makeClusterPSOCK)
importFrom(parallelly,makeNodePSOCK)
importFrom(parallelly,serializedSize)
importFrom(parallelly,supportsMulticore)
importFrom(utils,capture.output)
importFrom(utils,file_test)
importFrom(utils,getS3method)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,sessionInfo)
importFrom(utils,str)
importFrom(utils,tail)