-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
36 lines (35 loc) · 986 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(mod_groupStatModule_server)
export(mod_groupStatModule_ui)
export(mod_kmsModule_server)
export(mod_kmsModule_ui)
export(mod_mlrModule_server)
export(mod_mlrModule_ui)
export(mod_pcaModule_server)
export(mod_pcaModule_ui)
export(mod_treeModule_server)
export(mod_treeModule_ui)
import(ggbiplot)
import(ggparty)
import(ggplot2)
import(magrittr)
import(shiny)
importFrom(caret,varImp)
importFrom(colourpicker,colourInput)
importFrom(dplyr,across)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(factoextra,fviz_cluster)
importFrom(partykit,ctree)
importFrom(partykit,lmtree)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(reactable,reactable)
importFrom(reactable,reactableOutput)
importFrom(reactable,renderReactable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(showtext,showtext_auto)