@@ -16,54 +16,10 @@ export(br)
16
16
export(button)
17
17
export(callback_context)
18
18
export(clientsideFunction)
19
+ export(dashDataTable)
19
20
export(dashNoUpdate)
20
21
export(dash_app)
21
22
export(dash_tag)
22
- export(div)
23
- export(h1)
24
- export(h2)
25
- export(h3)
26
- export(h4)
27
- export(html)
28
- export(img)
29
- export(input)
30
- export(install_snippet)
31
- export(output)
32
- export(p)
33
- export(prevent_update)
34
- export(run_app)
35
- export(set_layout)
36
- export(simple_table)
37
- export(span)
38
- export(state)
39
- export(strong)
40
- importFrom(R6,R6Class)
41
- importFrom(assertthat,assert_that)
42
- importFrom(base64enc,base64encode)
43
- importFrom(brotli,brotli_compress)
44
- importFrom(digest,sha1)
45
- importFrom(fiery,Fire)
46
- importFrom(fiery,combined_log_format)
47
- importFrom(fiery,logger_console)
48
- importFrom(glue,glue)
49
- importFrom(glue,glue_collapse)
50
- importFrom(htmltools,attachDependencies)
51
- importFrom(htmltools,htmlDependencies)
52
- importFrom(htmltools,htmlDependency)
53
- importFrom(htmltools,renderDependencies)
54
- importFrom(jsonlite,toJSON)
55
- importFrom(magrittr,"%>%")
56
- importFrom(reqres,default_parsers)
57
- importFrom(routr,Route)
58
- importFrom(routr,RouteStack)
59
- importFrom(routr,ressource_route)
60
- importFrom(stats,setNames)
61
- importFrom(tools,file_ext)
62
- importFrom(utils,getFromNamespace)
63
- importFrom(utils,tail)
64
-
65
- # dashCoreComponents exports appended by `npm unify` command: do not edit by hand
66
-
67
23
export(dccChecklist)
68
24
export(dccClipboard)
69
25
export(dccConfirmDialog)
@@ -89,10 +45,13 @@ export(dccTabs)
89
45
export(dccTextarea)
90
46
export(dccTooltip)
91
47
export(dccUpload)
92
-
93
-
94
- # dashHtmlComponents exports appended by `npm unify` command: do not edit by hand
95
-
48
+ export(df_to_list)
49
+ export(div)
50
+ export(h1)
51
+ export(h2)
52
+ export(h3)
53
+ export(h4)
54
+ export(html)
96
55
export(htmlA)
97
56
export(htmlAbbr)
98
57
export(htmlAcronym)
@@ -218,10 +177,39 @@ export(htmlVar)
218
177
export(htmlVideo)
219
178
export(htmlWbr)
220
179
export(htmlXmp)
221
-
222
-
223
- # dashTable exports appended by `npm unify` command: do not edit by hand
224
-
225
- export(dashDataTable)
226
-
227
- export(df_to_list)
180
+ export(img)
181
+ export(input)
182
+ export(install_snippet)
183
+ export(output)
184
+ export(p)
185
+ export(prevent_update)
186
+ export(run_app)
187
+ export(set_layout)
188
+ export(simple_table)
189
+ export(span)
190
+ export(state)
191
+ export(strong)
192
+ importFrom(R6,R6Class)
193
+ importFrom(assertthat,assert_that)
194
+ importFrom(base64enc,base64encode)
195
+ importFrom(brotli,brotli_compress)
196
+ importFrom(digest,sha1)
197
+ importFrom(fiery,Fire)
198
+ importFrom(fiery,combined_log_format)
199
+ importFrom(fiery,logger_console)
200
+ importFrom(glue,glue)
201
+ importFrom(glue,glue_collapse)
202
+ importFrom(htmltools,attachDependencies)
203
+ importFrom(htmltools,htmlDependencies)
204
+ importFrom(htmltools,htmlDependency)
205
+ importFrom(htmltools,renderDependencies)
206
+ importFrom(jsonlite,toJSON)
207
+ importFrom(magrittr,"%>%")
208
+ importFrom(reqres,default_parsers)
209
+ importFrom(routr,Route)
210
+ importFrom(routr,RouteStack)
211
+ importFrom(routr,ressource_route)
212
+ importFrom(stats,setNames)
213
+ importFrom(tools,file_ext)
214
+ importFrom(utils,getFromNamespace)
215
+ importFrom(utils,tail)
0 commit comments