-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
158 lines (157 loc) · 3.94 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
# Generated by roxygen2: do not edit by hand
S3method(.DollarNames,Service)
S3method(drs_cp,character)
S3method(drs_cp,drs_stat_tbl)
S3method(print,avworkflow_configuration)
S3method(print,gcloud_sdk_result)
export(.Dockstore)
export(.Leonardo)
export(.Rawls)
export(.Service)
export(.Terra)
export(.gadget_run)
export(Dockstore)
export(Leonardo)
export(Rawls)
export(Service)
export(TDR)
export(Terra)
export(add_libpaths)
export(avbucket)
export(avdata)
export(avdata_import)
export(avdisks)
export(avfiles_backup)
export(avfiles_ls)
export(avfiles_restore)
export(avfiles_rm)
export(avruntime)
export(avruntimes)
export(avtable_gadget)
export(avtable_import_status)
export(avtable_paged)
export(avworkflow)
export(avworkflow_configuration_get)
export(avworkflow_configuration_inputs)
export(avworkflow_configuration_outputs)
export(avworkflow_configuration_set)
export(avworkflow_configuration_template)
export(avworkflow_configuration_update)
export(avworkflow_files)
export(avworkflow_gadget)
export(avworkflow_info)
export(avworkflow_localize)
export(avworkflow_name)
export(avworkflow_namespace)
export(avworkflow_run)
export(avworkflow_stop)
export(avworkflows)
export(avworkspace_gadget)
export(browse_workspace)
export(delocalize)
export(drs_access_url)
export(drs_cp)
export(drs_stat)
export(empty_object)
export(gcloud_account)
export(gcloud_cmd)
export(gcloud_exists)
export(gcloud_help)
export(gcloud_project)
export(gcloud_storage)
export(gcloud_storage_buckets)
export(gsutil_cat)
export(gsutil_cp)
export(gsutil_exists)
export(gsutil_help)
export(gsutil_ls)
export(gsutil_pipe)
export(gsutil_requesterpays)
export(gsutil_rm)
export(gsutil_rsync)
export(gsutil_stat)
export(localize)
export(operations)
export(schemas)
export(tags)
exportClasses(Dockstore)
exportClasses(Leonardo)
exportClasses(Rawls)
exportClasses(Service)
exportClasses(TDR)
exportClasses(Terra)
exportMethods("$")
exportMethods(operations)
exportMethods(schemas)
exportMethods(show)
import(AnVILBase)
import(futile.logger)
import(methods)
importFrom(AnVILBase,avstop_for_status)
importFrom(BiocBaseUtils,isCharacter)
importFrom(BiocBaseUtils,isScalarCharacter)
importFrom(BiocBaseUtils,isScalarInteger)
importFrom(BiocBaseUtils,isScalarLogical)
importFrom(BiocBaseUtils,isScalarNumber)
importFrom(BiocBaseUtils,isZeroOneCharacter)
importFrom(BiocBaseUtils,lifeCycle)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,formatStyle)
importFrom(DT,renderDT)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,where)
importFrom(htmltools,p)
importFrom(htmltools,strong)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,status_code)
importFrom(httr,write_disk)
importFrom(jsonlite,read_json)
importFrom(jsonlite,unbox)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(parallel,mclapply)
importFrom(rapiclient,get_api)
importFrom(rapiclient,get_operations)
importFrom(rapiclient,get_schemas)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(shiny,observeEvent)
importFrom(shiny,renderText)
importFrom(shiny,runGadget)
importFrom(shiny,stopApp)
importFrom(shiny,textOutput)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,everything)
importFrom(tools,md5sum)
importFrom(utils,.DollarNames)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)