forked from Tychobra/polished
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
129 lines (128 loc) · 3.69 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
# Generated by roxygen2: do not edit by hand
export(bundle_app)
export(deploy_app)
export(email_input)
export(firebase_dependencies)
export(firebase_init)
export(global_sessions_config)
export(password_input)
export(profile_module)
export(profile_module_ui)
export(providers_ui)
export(remove_query_string)
export(secure_server)
export(secure_static)
export(secure_ui)
export(send_password_reset_email_module)
export(send_password_reset_email_module_ui)
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)
importFrom(DT,DTOutput)
importFrom(DT,JS)
importFrom(DT,dataTableProxy)
importFrom(DT,datatable)
importFrom(DT,formatDate)
importFrom(DT,renderDT)
importFrom(DT,replaceData)
importFrom(R6,R6Class)
importFrom(automagic,make_deps_file)
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,tagList)
importFrom(htmltools,tags)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(httr,warn_for_status)
importFrom(jose,jwt_decode_sig)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_datetime)
importFrom(lubridate,force_tz)
importFrom(lubridate,minutes)
importFrom(lubridate,with_tz)
importFrom(purrr,map_chr)
importFrom(rlang,.data)
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,parseQueryString)
importFrom(shiny,reactive)
importFrom(shiny,reactivePoll)
importFrom(shiny,reactiveVal)
importFrom(shiny,registerInputHandler)
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,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(shinydashboardPlus,dashboardHeaderPlus)
importFrom(shinydashboardPlus,dashboardPagePlus)
importFrom(shinyjs,disable)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(stats,runif)
importFrom(stringr,str_interp)
importFrom(tibble,tibble)
importFrom(tidyr,separate)
importFrom(uuid,UUIDgenerate)