forked from rstudio/dygraphs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 774 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
37
38
# Generated by roxygen2: do not edit by hand
export("%>%")
export(as.yearmon)
export(as.yearqtr)
export(dyAnnotation)
export(dyAxis)
export(dyCSS)
export(dyCallbacks)
export(dyCandlestick)
export(dyCrosshair)
export(dyDataHandler)
export(dyDependency)
export(dyEvent)
export(dyHighlight)
export(dyLegend)
export(dyLimit)
export(dyOptions)
export(dyPlotter)
export(dyPlugin)
export(dyRangeSelector)
export(dyRebase)
export(dyRibbon)
export(dyRoller)
export(dySeries)
export(dySeriesData)
export(dyShading)
export(dyUnzoom)
export(dygraph)
export(dygraphOutput)
export(renderDygraph)
importFrom(htmltools,htmlDependency)
importFrom(htmlwidgets,JS)
importFrom(magrittr,"%>%")
importFrom(stats,end)
importFrom(stats,start)
importFrom(zoo,as.yearmon)
importFrom(zoo,as.yearqtr)