-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.78 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
# Generated by roxygen2: do not edit by hand
export(run_app)
import(dplyr)
import(shiny)
importFrom(ComplexHeatmap,Heatmap)
importFrom(bs4Dash,box)
importFrom(bs4Dash,bs4DashControlbar)
importFrom(bs4Dash,controlbarItem)
importFrom(bs4Dash,dashboardHeader)
importFrom(bs4Dash,dashboardPage)
importFrom(bs4Dash,dashboardSidebar)
importFrom(colourScaleR,universal_colour_scaler)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(htmltools,div)
importFrom(htmltools,tagAppendChild)
importFrom(latex2exp,TeX)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(reactable,colDef)
importFrom(reactable,getReactableState)
importFrom(reactable,reactable)
importFrom(reactable,reactableOutput)
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(scico,scale_color_scico_d)
importFrom(shiny,NS)
importFrom(shiny,fileInput)
importFrom(shiny,fluidRow)
importFrom(shiny,h3)
importFrom(shiny,moduleServer)
importFrom(shiny,numericInput)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shiny,textInput)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(waiter,spin_1)