-
Notifications
You must be signed in to change notification settings - Fork 36
/
NAMESPACE
179 lines (178 loc) · 4.82 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# Generated by roxygen2: do not edit by hand
S3method(print,polished_api_res)
export(.polished)
export(add_app)
export(add_app_user)
export(add_auth_to_spec)
export(add_role)
export(add_user)
export(add_user_role)
export(admin_button_ui)
export(admin_server)
export(admin_ui)
export(api_list_to_df)
export(auth_filter)
export(bundle_app)
export(delete_app)
export(delete_app_user)
export(delete_role)
export(delete_user)
export(delete_user_role)
export(deploy_app)
export(email_input)
export(firebase_dependencies)
export(firebase_init)
export(get_api_key)
export(get_app_users)
export(get_apps)
export(get_roles)
export(get_user_roles)
export(get_users)
export(global_sessions_config)
export(normalize_ui)
export(password_input)
export(polished_api_res)
export(polished_config)
export(profile_module)
export(profile_module_ui)
export(providers_ui)
export(remove_query_string)
export(secure_rmd)
export(secure_server)
export(secure_ui)
export(send_password_reset_email_module)
export(send_password_reset_email_module_ui)
export(set_api_key)
export(set_config_env)
export(sign_in_check_jwt)
export(sign_in_js)
export(sign_in_module)
export(sign_in_module_2)
export(sign_in_module_2_ui)
export(sign_in_module_ui)
export(sign_in_ui_default)
export(sign_out_from_shiny)
export(update_app)
export(update_app_user)
export(update_user)
export(user_access_module)
export(user_access_module_ui)
export(valid_gcp_regions)
importFrom(DT,DTOutput)
importFrom(DT,JS)
importFrom(DT,dataTableProxy)
importFrom(DT,datatable)
importFrom(DT,formatDate)
importFrom(DT,renderDT)
importFrom(DT,replaceData)
importFrom(automagic,get_package_details)
importFrom(automagic,parse_packages)
importFrom(desc,desc_get_deps)
importFrom(digest,digest)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(htmltools,HTML)
importFrom(htmltools,br)
importFrom(htmltools,div)
importFrom(htmltools,h1)
importFrom(htmltools,hr)
importFrom(htmltools,includeHTML)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,authenticate)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,handle_reset)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,set_config)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,write_json)
importFrom(lubridate,as_datetime)
importFrom(lubridate,force_tz)
importFrom(otp,TOTP)
importFrom(purrr,map_chr)
importFrom(rlang,.data)
importFrom(rmarkdown,render)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,callModule)
importFrom(shiny,column)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,getQueryString)
importFrom(shiny,icon)
importFrom(shiny,isolate)
importFrom(shiny,modalButton)
importFrom(shiny,modalDialog)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,onStop)
importFrom(shiny,parseQueryString)
importFrom(shiny,reactive)
importFrom(shiny,reactivePoll)
importFrom(shiny,reactiveVal)
importFrom(shiny,removeModal)
importFrom(shiny,renderText)
importFrom(shiny,req)
importFrom(shiny,restoreInput)
importFrom(shiny,shinyApp)
importFrom(shiny,showModal)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(shiny,updateQueryString)
importFrom(shiny,updateTabsetPanel)
importFrom(shiny,updateTextInput)
importFrom(shinyFeedback,hideFeedback)
importFrom(shinyFeedback,loadingButton)
importFrom(shinyFeedback,resetLoadingButton)
importFrom(shinyFeedback,showFeedbackDanger)
importFrom(shinyFeedback,showToast)
importFrom(shinyFeedback,useShinyFeedback)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,prettyCheckbox)
importFrom(shinyWidgets,sendSweetAlert)
importFrom(shinycssloaders,withSpinner)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(shinyjs,disable)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinyjs,showElement)
importFrom(shinyjs,useShinyjs)
importFrom(stats,runif)
importFrom(stringr,str_interp)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,separate)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,tar)
importFrom(uuid,UUIDgenerate)
importFrom(yaml,yaml.load)