-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export(module_setup_server)
export(runApp)
export(setup_panel_ui)
import(dplyr)
import(ggplot2)
import(shiny)
importFrom(GGally,ggpairs)
importFrom(R6,R6Class)
importFrom(forcats,fct_collapse)
importFrom(ggdendro,label)
importFrom(ggdendro,segment)
importFrom(ggdendro,theme_dendro)
importFrom(ggpubr,ggarrange)
importFrom(jsonlite,toJSON)
importFrom(plotly,config)
importFrom(plotly,event_data)
importFrom(plotly,ggplotly)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,toWebGL)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,walk)
importFrom(readr,cols)
importFrom(readr,read_tsv)
importFrom(readr,write_tsv)
importFrom(rlang,UQ)
importFrom(shinyalert,shinyalert)
importFrom(shinycssloaders,withSpinner)
importFrom(stats,complete.cases)
importFrom(stats,cor.test)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringr,str_length)
importFrom(stringr,str_split)
importFrom(stringr,str_trunc)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unite)
importFrom(utils,head)
importFrom(utils,packageVersion)