forked from gexijin/RTutor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
90 lines (88 loc) · 2.66 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
# Generated by roxygen2: do not edit by hand
export(run_app)
import(shiny, except=c(dataTableOutput, renderDataTable))
import(shiny, except=c(dataTableOutput, renderDataTable))
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(DataExplorer,plot_bar)
importFrom(DataExplorer,plot_histogram)
importFrom(DataExplorer,plot_qq)
importFrom(GGally,ggpairs)
importFrom(RSQLite,SQLITE_RW)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbExecute)
importFrom(canvasXpress,canvasXpress)
importFrom(canvasXpress,canvasXpressOutput)
importFrom(canvasXpress,renderCanvasXpress)
importFrom(config,get)
importFrom(corrplot,cor.mtest)
importFrom(corrplot,corrplot)
importFrom(dplyr,arrange)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(grDevices,pdf)
importFrom(heyshiny,speechInput)
importFrom(heyshiny,useHeyshiny)
importFrom(janitor,clean_names)
importFrom(lubridate,parse_date_time)
importFrom(methods,as)
importFrom(moments,skewness)
importFrom(openai,create_chat_completion)
importFrom(openai,create_completion)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(readxl,read_excel)
importFrom(rlang,env)
importFrom(rmarkdown,render)
importFrom(shiny,modalDialog)
importFrom(shiny,removeModal)
importFrom(shiny,shinyApp)
importFrom(shiny,showModal)
importFrom(shiny,showNotification)
importFrom(shiny,tags)
importFrom(shinybusy,remove_modal_spinner)
importFrom(shinybusy,show_modal_spinner)
importFrom(shinyjs,click)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,hideElement)
importFrom(shinyjs,runjs)
importFrom(shinyjs,show)
importFrom(shinyjs,showElement)
importFrom(shinyjs,toggle)
importFrom(shinyjs,useShinyjs)
importFrom(stats,aov)
importFrom(stats,chisq.test)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(summarytools,dfSummary)
importFrom(tableone,CreateTableOne)
importFrom(tippy,tippy_this)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,sessionInfo)
importFrom(utils,str)