-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
46 lines (45 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(Autowire)
export(ConnectionInterface)
export(CreateDirectedConnections)
export(CustomFunctionModule)
export(DAGWorkflow)
export(DirectedConnection)
export(DirectedUnpackConnection)
export(Execute)
export(ModuleInterface)
export(PARALLEL_MODE)
export(PackageFunctionModule)
export(SERIAL_MODE)
export(UpDraftComponentInterface)
export(UpDraftSettings)
export(WorkflowInterface)
export(is.Connection)
export(is.DirectedConnection)
export(is.Module)
export(is.Workflow)
importFrom(R6,R6Class)
importFrom(R6,is.R6)
importFrom(future,future)
importFrom(future,multicore)
importFrom(future,multiprocess)
importFrom(future,plan)
importFrom(future,resolved)
importFrom(future,sequential)
importFrom(future,tweak)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,edge)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph.empty)
importFrom(igraph,neighbors)
importFrom(igraph,subgraph.edges)
importFrom(igraph,vertex)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,serializeJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unserializeJSON)
importFrom(utils,capture.output)
importFrom(utils,dump.frames)
importFrom(utils,getFromNamespace)