-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(bind,default)
S3method(bind,pipeline)
S3method(build,default)
S3method(build,target)
S3method(checkpoint,default)
S3method(checkpoint,pipeline)
S3method(delay,default)
S3method(delay,pipeline)
S3method(delay,workflow)
S3method(execute,default)
S3method(execute,pipeline)
S3method(execute,workflow)
S3method(execute_distributed,default)
S3method(execute_distributed,pipeline)
S3method(gather,default)
S3method(gather,workflow)
S3method(is_built,default)
S3method(is_built,target)
S3method(is_locked,default)
S3method(is_locked,pipeline)
S3method(is_out_of_queue,SGEjob)
S3method(is_out_of_queue,default)
S3method(is_queued,SGEjob)
S3method(is_queued,default)
S3method(is_running,SGEjob)
S3method(is_running,default)
S3method(is_successful,SGEjob)
S3method(is_successful,default)
S3method(rollback,default)
S3method(rollback,pipeline)
S3method(rollback,workflow)
S3method(scatter,default)
S3method(scatter,pipeline)
S3method(scatter,workflow)
S3method(status,SGEjob)
S3method(status,default)
export(bind)
export(build)
export(checkpoint)
export(delay)
export(execute)
export(execute_distributed)
export(gather)
export(is_built)
export(is_locked)
export(is_out_of_queue)
export(is_queued)
export(is_running)
export(is_successful)
export(load_workflow)
export(newPipeline)
export(newTarget)
export(newWorkflow)
export(rollback)
export(scatter)
export(status)
export(write_workflow)
importFrom(errR,"%except%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")