forked from statgarten/door
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
73 lines (72 loc) · 2 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
# Generated by roxygen2: do not edit by hand
export(getDT)
export(run_app)
import(datamods)
import(dplyr)
import(esquisse)
import(ggbiplot)
import(leaflet)
import(plotly)
import(reactable)
import(rmarkdown)
import(shiny)
import(shiny.i18n)
import(shinyWidgets)
import(sortable)
import(tidyr)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,formatStyle)
importFrom(GGally,ggcorr)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbDriver)
importFrom(RSQLite,dbWriteTable)
importFrom(data.table,as.data.table)
importFrom(dplyr,select)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(haven,read_dta)
importFrom(haven,read_sas)
importFrom(haven,read_sav)
importFrom(htmlwidgets,JS)
importFrom(plotly,ggplotly)
importFrom(reactable,colGroup)
importFrom(reactable,reactable)
importFrom(reactable,reactableOutput)
importFrom(reactable,renderReactable)
importFrom(readr,read_rds)
importFrom(readxl,read_xls)
importFrom(readxl,read_xlsx)
importFrom(scissor,subset)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,icon)
importFrom(shiny,shinyApp)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shinyBS,bsButton)
importFrom(shinyBS,bsPopover)
importFrom(shinyBS,bsTooltip)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboardPlus,box)
importFrom(shinydashboardPlus,dashboardControlbar)
importFrom(shinydashboardPlus,dashboardFooter)
importFrom(shinydashboardPlus,dashboardHeader)
importFrom(shinydashboardPlus,dashboardPage)
importFrom(shinydashboardPlus,dashboardSidebar)
importFrom(shinydashboardPlus,descriptionBlock)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(showtext,showtext_auto)
importFrom(tibble,as_tibble)
importFrom(writexl,write_xlsx)