Package: dygraphs Type: Package Title: Interface to 'Dygraphs' Interactive Time Series Charting Library Version: 1.1.1.7 Authors@R: c( person("Dan", "Vanderkam", role = c("aut", "cph"), comment = "dygraphs library in htmlwidgets/lib, https://dygraphs.com/"), person("Petr", "Shevtsov", role = c("cre", "cph"), email = "petr.shevtsov@gmail.com"), person("JJ", "Allaire", role = c("aut")), person(family = "RStudio", role = "cph"), person("Jonathan", "Owen", role = c("aut", "cph")), person("Daniel", "Gromer", role = c("aut", "cph")), person("Benoit", "Thieurmel", role = c("aut", "cph")), person("Kent", "Laukhuf", role = "ctb"), 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") ) URL: https://github.com/rstudio/dygraphs BugReports: https://github.com/rstudio/dygraphs/issues 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.6), htmltools (>= 0.3.5), zoo (>= 1.7-10), xts (>= 0.9-7) Suggests: testthat Enhances: rmarkdown (>= 0.3.3), shiny (>= 0.10.2.1) RoxygenNote: 7.1.1 Repository: https://posit-dev-shinycoreci.r-universe.dev Date/Publication: 2023-03-14 19:52:35 UTC RemoteUrl: https://github.com/rstudio/dygraphs RemoteRef: HEAD RemoteSha: b0963956dbbab738a1b19d75c64399557207cb66 NeedsCompilation: no Packaged: 2026-07-06 07:53:45 UTC; root Author: Dan Vanderkam [aut, cph] (dygraphs library in htmlwidgets/lib, https://dygraphs.com/), Petr Shevtsov [cre, cph], JJ Allaire [aut], RStudio [cph], Jonathan Owen [aut, cph], Daniel Gromer [aut, cph], Benoit Thieurmel [aut, cph], Kent Laukhuf [ctb], jQuery Foundation [cph] (jQuery library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/htmlwidgets/lib/jquery/AUTHORS.txt) Maintainer: Petr Shevtsov