Skip to content

Commit cb93cdb

Browse files
committedOct 8, 2021
Merging components into package R files
1 parent 68427b3 commit cb93cdb

File tree

174 files changed

+3852
-3555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+3852
-3555
lines changed
 

‎NAMESPACE

+44-56
Original file line numberDiff line numberDiff line change
@@ -16,54 +16,10 @@ export(br)
1616
export(button)
1717
export(callback_context)
1818
export(clientsideFunction)
19+
export(dashDataTable)
1920
export(dashNoUpdate)
2021
export(dash_app)
2122
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-
6723
export(dccChecklist)
6824
export(dccClipboard)
6925
export(dccConfirmDialog)
@@ -89,10 +45,13 @@ export(dccTabs)
8945
export(dccTextarea)
9046
export(dccTooltip)
9147
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)
9655
export(htmlA)
9756
export(htmlAbbr)
9857
export(htmlAcronym)
@@ -218,10 +177,39 @@ export(htmlVar)
218177
export(htmlVideo)
219178
export(htmlWbr)
220179
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)

‎R/dashCoreComponents.R

+499
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.