-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
executable file
·44 lines (43 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(startApp)
import(plyr)
import(shiny)
importFrom(colorRamps,matlab.like2)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme_bw)
importFrom(magrittr,"%>%")
importFrom(plotly,add_segments)
importFrom(plotly,add_text)
importFrom(plotly,add_trace)
importFrom(plotly,event_data)
importFrom(plotly,event_register)
importFrom(plotly,ggplotly)
importFrom(plotly,hide_colorbar)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plyr,ddply)
importFrom(plyr,dlply)
importFrom(reshape2,melt)
importFrom(shinyBS,bsTooltip)
importFrom(shinyWidgets,numericRangeInput)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinybusy,add_busy_bar)
importFrom(shinycssloaders,withSpinner)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,unzip)
importFrom(xcms,findPeaks.centWave)
importFrom(xcms,findPeaks.matchedFilter)
importFrom(xcms,xcmsRaw)