Last data update: 2014.03.03

dygraphs

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 = "jj@rstudio.com"),
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 <jj@rstudio.com>
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
NeedsCompilation: no
Packaged: 2016-04-24 20:01:47 UTC; jjallaire
Author: Dan Vanderkam [aut, cph] (dygraphs library in htmlwidgets/lib,
http://dygraphs.com/),
JJ Allaire [aut, cre] (R interface),
RStudio [cph],
Jonathan Owen [aut, cph],
Daniel Gromer [aut, cph],
Petr Shevtsov [aut, cph],
Benoit Thieurmel [aut, cph],
jQuery Foundation [cph] (jQuery library),
jQuery contributors [ctb, cph] (jQuery library; authors listed in
inst/htmlwidgets/lib/jquery/AUTHORS.txt)
Repository: CRAN
Date/Publication: 2016-04-24 23:22:32

● 0 images, 17 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'dygraphs' ...
** package 'dygraphs' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'dygraphs'
    finding HTML links ... done
    dyAnnotation                            html  
    dyAxis                                  html  
    dyCSS                                   html  
    dyCallbacks                             html  
    dyEvent                                 html  
    dyHighlight                             html  
    dyLegend                                html  
    dyLimit                                 html  
    dyOptions                               html  
    dyRangeSelector                         html  
    dyRoller                                html  
    dySeries                                html  
    dySeriesData                            html  
    dyShading                               html  
    dygraph-shiny                           html  
    dygraph                                 html  
    dygraphs-exports                        html  
** building package indices
** testing if installed package can be loaded
* DONE (dygraphs)
Making 'packages.html' ... done