-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(app)
export(assets)
export(heatApp)
export(heatServer)
export(heatUI)
export(i18n)
export(locales)
export(run)
export(translate)
import(highcharter)
import(yonder)
importFrom(glue,glue)
importFrom(htmltools,HTML)
importFrom(htmltools,browsable)
importFrom(htmltools,div)
importFrom(htmltools,h1)
importFrom(htmltools,h2)
importFrom(htmltools,h3)
importFrom(htmltools,h4)
importFrom(htmltools,h5)
importFrom(htmltools,h6)
importFrom(htmltools,hr)
importFrom(htmltools,includeCSS)
importFrom(htmltools,p)
importFrom(htmltools,singleton)
importFrom(htmltools,span)
importFrom(htmltools,strong)
importFrom(htmltools,tags)
importFrom(shiny,NS)
importFrom(shiny,callModule)
importFrom(shiny,debounce)
importFrom(shiny,downloadHandler)
importFrom(shiny,eventReactive)
importFrom(shiny,htmlOutput)
importFrom(shiny,icon)
importFrom(shiny,isolate)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,shinyApp)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)