-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
53 lines (52 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export(cromwell_abort)
export(cromwell_backends)
export(cromwell_cache)
export(cromwell_call)
export(cromwell_config)
export(cromwell_failures)
export(cromwell_glob)
export(cromwell_jobs)
export(cromwell_labels)
export(cromwell_logs)
export(cromwell_outputs)
export(cromwell_submit_batch)
export(cromwell_timing)
export(cromwell_validate)
export(cromwell_version)
export(cromwell_workflow)
export(cw_url)
export(workflow_inputs)
export(workflow_options)
importFrom(curl,form_file)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_of)
importFrom(dplyr,as_tibble)
importFrom(dplyr,relocate)
importFrom(dplyr,tibble)
importFrom(glue,glue)
importFrom(httr2,req_body_multipart)
importFrom(httr2,req_error)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_query)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,now)
importFrom(lubridate,with_tz)
importFrom(lubridate,ymd_hms)
importFrom(purrr,discard)
importFrom(purrr,flatten)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(purrr,reduce)
importFrom(rlang,abort)
importFrom(rlang,has_name)
importFrom(rlang,is_character)
importFrom(rlang,is_logical)
importFrom(rlang,set_names)
importFrom(tidyr,separate)