-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
36 lines (34 loc) · 1.3 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
## Depends
import(pRoloc)
import(Biobase)
import(MSnbase)
import(methods)
## Imports
import(shiny)
import(scales)
import(shinydashboardPlus)
importFrom("shinydashboard", "dashboardBody")
importFrom("BiocGenerics", "lapply")
importFrom("graphics", "axis", "boxplot", "legend", "matlines", "par",
"points", "title", "abline", "mtext", "polygon", "text")
importFrom("utils", "packageVersion", "write.table")
importFrom("DT",
## see issue 61
## dataTableOutput,
## renderDataTable,
"formatStyle", "JS")
importFrom("dplyr", "%>%", "group_by")
importFrom("ggplot2", "aes", "ggplot", "geom_point", "geom_smooth",
"annotate", "xlab", "ylab", "theme_light", "element_text",
"element_rect", "element_blank", "facet_wrap", "geom_line",
"geom_ribbon", "ggsave", "theme", "scale_fill_manual",
"scale_color_manual", "scale_x_discrete")
importFrom("colourpicker", "colourInput")
importFrom("shinyhelper", "observe_helpers", "helper")
importFrom("shinyWidgets", "checkboxGroupButtons", "updateCheckboxGroupButtons")
importFrom("shinyjs", "useShinyjs")
importFrom("colorspace", "darken", "lighten")
importFrom("grDevices", "dev.off", "pdf", "rgb")
importFrom("stats", "quantile", "prcomp", "predict")
importFrom("grid", "unit")
export(pRolocVis)