Package: tsviz Title: Easy and Interactive Time Series Visualization Version: 0.1.0 Authors@R: c(person( "Marta", "Peroni", email = "marta.peroni@xtreamers.io", role = "aut"), person( "Emanuele", "Fabbiani", email = "emanuele.fabbiani@xtreamers.io", role = "cre")) Description: An 'RStudio' add-in to visualize time series. Time series are searched in the global environment as data.frame objects with a column of type date and a column of type numeric. Interactive charts are produced using 'plotly' package. URL: https://github.com/xtreamsrl/tsviz BugReports: https://github.com/xtreamsrl/tsviz/issues License: MIT + file LICENSE Suggests: testthat (>= 2.1.0), lintr (>= 1.0) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 6.1.1 Depends: R (>= 3.5) Imports: dplyr (>= 0.8), lubridate (>= 1.7), plotly (>= 4.9), shiny (>= 1.2), miniUI (>= 0.1.1), forecast (>= 8.7), ggplot2 (>= 3.0), magrittr (>= 1.5), shinyhelper (>= 0.3.1) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://xtreamsrl.r-universe.dev Date/Publication: 2020-10-19 21:43:13 UTC RemoteUrl: https://github.com/xtreamsrl/tsviz RemoteRef: HEAD RemoteSha: 040deb3846da10a4a595c7e75ada8f9b0136b76a NeedsCompilation: no Packaged: 2026-06-23 07:29:26 UTC; root Author: Marta Peroni [aut], Emanuele Fabbiani [cre] Maintainer: Emanuele Fabbiani