-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathNAMESPACE
156 lines (155 loc) · 3.22 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
# Generated by roxygen2: do not edit by hand
S3method(print,Dash)
S3method(print,dash_component)
export("%>%")
export(ALL)
export(ALLSMALLER)
export(Dash)
export(MATCH)
export(a)
export(add_callback)
export(add_meta)
export(add_script)
export(add_stylesheet)
export(br)
export(button)
export(callback_context)
export(clientsideFunction)
export(dashDataTable)
export(dashNoUpdate)
export(dash_app)
export(dash_tag)
export(dbcAccordion)
export(dbcAccordionItem)
export(dbcAlert)
export(dbcBadge)
export(dbcBreadcrumb)
export(dbcButton)
export(dbcButtonGroup)
export(dbcCard)
export(dbcCardBody)
export(dbcCardFooter)
export(dbcCardGroup)
export(dbcCardHeader)
export(dbcCardImg)
export(dbcCardImgOverlay)
export(dbcCardLink)
export(dbcCarousel)
export(dbcCheckbox)
export(dbcChecklist)
export(dbcCol)
export(dbcCollapse)
export(dbcContainer)
export(dbcDropdownMenu)
export(dbcDropdownMenuItem)
export(dbcFade)
export(dbcForm)
export(dbcFormFeedback)
export(dbcFormFloating)
export(dbcFormText)
export(dbcIcons)
export(dbcInput)
export(dbcInputGroup)
export(dbcInputGroupText)
export(dbcLabel)
export(dbcListGroup)
export(dbcListGroupItem)
export(dbcModal)
export(dbcModalBody)
export(dbcModalFooter)
export(dbcModalHeader)
export(dbcModalTitle)
export(dbcNav)
export(dbcNavItem)
export(dbcNavLink)
export(dbcNavbar)
export(dbcNavbarBrand)
export(dbcNavbarSimple)
export(dbcNavbarToggler)
export(dbcOffcanvas)
export(dbcPagination)
export(dbcPopover)
export(dbcPopoverBody)
export(dbcPopoverHeader)
export(dbcProgress)
export(dbcRadioButton)
export(dbcRadioItems)
export(dbcRow)
export(dbcSelect)
export(dbcSpinner)
export(dbcSwitch)
export(dbcTab)
export(dbcTable)
export(dbcTabs)
export(dbcTextarea)
export(dbcThemes)
export(dbcToast)
export(dbcTooltip)
export(dccChecklist)
export(dccClipboard)
export(dccConfirmDialog)
export(dccConfirmDialogProvider)
export(dccDatePickerRange)
export(dccDatePickerSingle)
export(dccDownload)
export(dccDropdown)
export(dccGraph)
export(dccInput)
export(dccInterval)
export(dccLink)
export(dccLoading)
export(dccLocation)
export(dccLogoutButton)
export(dccMarkdown)
export(dccRadioItems)
export(dccRangeSlider)
export(dccSlider)
export(dccStore)
export(dccTab)
export(dccTabs)
export(dccTextarea)
export(dccTooltip)
export(dccUpload)
export(df_to_list)
export(div)
export(h1)
export(h2)
export(h3)
export(h4)
export(html)
export(img)
export(input)
export(install_snippet)
export(output)
export(p)
export(prevent_update)
export(run_app)
export(set_layout)
export(simple_table)
export(span)
export(state)
export(strong)
importFrom(R6,R6Class)
importFrom(assertthat,assert_that)
importFrom(base64enc,base64encode)
importFrom(brotli,brotli_compress)
importFrom(digest,sha1)
importFrom(fiery,Fire)
importFrom(fiery,combined_log_format)
importFrom(fiery,logger_console)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(htmltools,attachDependencies)
importFrom(htmltools,htmlDependencies)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,renderDependencies)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(reqres,default_parsers)
importFrom(routr,Route)
importFrom(routr,RouteStack)
importFrom(routr,ressource_route)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(utils,getFromNamespace)
importFrom(utils,tail)