forked from rstudio/dygraphs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.5 KB
/
DESCRIPTION
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
Package: dygraphs
Type: Package
Title: Interface to 'Dygraphs' Interactive Time Series Charting Library
Version: 0.9
Date: 2016-04-24
Authors@R: c(
person("Dan", "Vanderkam", role = c("aut", "cph"),
comment = "dygraphs library in htmlwidgets/lib, http://dygraphs.com/"),
person("JJ", "Allaire", role = c("aut", "cre"),
comment = "R interface", email = "[email protected]"),
person(family = "RStudio", role = "cph"),
person("Jonathan", "Owen", role = c("aut", "cph")),
person("Daniel", "Gromer", role = c("aut", "cph")),
person("Petr", "Shevtsov", role = c("aut", "cph")),
person("Benoit", "Thieurmel", role = c("aut", "cph")),
person(family = "jQuery Foundation", role = "cph",
comment = "jQuery library"),
person(family = "jQuery contributors", role = c("ctb", "cph"),
comment = "jQuery library; authors listed in inst/htmlwidgets/lib/jquery/AUTHORS.txt")
)
Maintainer: JJ Allaire <[email protected]>
Description: An R interface to the 'dygraphs' JavaScript charting library
(a copy of which is included in the package). Provides rich facilities
for charting time-series data in R, including highly configurable
series- and axis-display and interactive features like zoom/pan and
series/point highlighting.
License: MIT + file LICENSE
Depends:
R (>= 3.0)
Imports:
magrittr,
htmlwidgets (>= 0.3.2),
zoo (>= 1.7-10),
xts (>= 0.9-7)
Suggests:
testthat
Enhances: rmarkdown (>= 0.3.3), shiny (>= 0.10.2.1)
RoxygenNote: 5.0.1