-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNAMESPACE
More file actions
83 lines (82 loc) · 2.11 KB
/
NAMESPACE
File metadata and controls
83 lines (82 loc) · 2.11 KB
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
# Generated by roxygen2: do not edit by hand
S3method(.DollarNames,Service)
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(avtable_gadget)
export(avworkflow_gadget)
export(avworkspace_gadget)
export(browse_workspace)
export(empty_object)
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(futile.logger)
import(methods)
importFrom(AnVILBase,avstop_for_status)
importFrom(AnVILBase,avtable)
importFrom(AnVILBase,avtables)
importFrom(AnVILBase,avworkspace)
importFrom(AnVILBase,avworkspace_name)
importFrom(AnVILBase,avworkspaces)
importFrom(BiocBaseUtils,checkInstalled)
importFrom(BiocBaseUtils,isCharacter)
importFrom(BiocBaseUtils,isScalarCharacter)
importFrom(BiocBaseUtils,isScalarLogical)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,formatStyle)
importFrom(DT,renderDT)
importFrom(GCPtools,gcloud_access_token)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,select)
importFrom(htmltools,p)
importFrom(htmltools,strong)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,write_disk)
importFrom(jsonlite,read_json)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(rapiclient,get_api)
importFrom(rapiclient,get_operations)
importFrom(rapiclient,get_schemas)
importFrom(shiny,observeEvent)
importFrom(shiny,renderText)
importFrom(shiny,runGadget)
importFrom(shiny,stopApp)
importFrom(shiny,textOutput)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,md5sum)
importFrom(utils,.DollarNames)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(utils,head)