-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
S3method(crew_options_validate,crew_options_cluster)
S3method(crew_options_validate,crew_options_lsf)
S3method(crew_options_validate,crew_options_pbs)
S3method(crew_options_validate,crew_options_sge)
S3method(crew_options_validate,crew_options_slurm)
S3method(crew_options_validate,default)
export(crew_class_launcher_cluster)
export(crew_class_launcher_lsf)
export(crew_class_launcher_pbs)
export(crew_class_launcher_sge)
export(crew_class_launcher_slurm)
export(crew_class_monitor_cluster)
export(crew_class_monitor_sge)
export(crew_class_monitor_slurm)
export(crew_controller_lsf)
export(crew_controller_pbs)
export(crew_controller_sge)
export(crew_controller_slurm)
export(crew_launcher_cluster)
export(crew_launcher_lsf)
export(crew_launcher_pbs)
export(crew_launcher_sge)
export(crew_launcher_slurm)
export(crew_monitor_cluster)
export(crew_monitor_sge)
export(crew_monitor_slurm)
export(crew_options_cluster)
export(crew_options_lsf)
export(crew_options_pbs)
export(crew_options_sge)
export(crew_options_slurm)
importFrom(R6,R6Class)
importFrom(crew,crew_assert)
importFrom(crew,crew_class_launcher)
importFrom(crew,crew_deprecate)
importFrom(crew,crew_launcher)
importFrom(crew,crew_options_metrics)
importFrom(crew,crew_random_name)
importFrom(crew,crew_tls)
importFrom(lifecycle,badge)
importFrom(ps,ps_username)
importFrom(rlang,as_function)
importFrom(rlang,is_installed)
importFrom(utils,globalVariables)
importFrom(vctrs,vec_rbind)
importFrom(xml2,as_list)
importFrom(xml2,xml_find_all)
importFrom(yaml,read_yaml)