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/donlelef/tsviz
BugReports: https://github.com/donlelef/tsviz/issues
License: MIT + file LICENSE
Suggests: testthat (>= 2.1.0), lintr (>= 1.0)
Encoding: UTF-8
LazyData: 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)
NeedsCompilation: no
Packaged: 2019-07-23 14:53:00 UTC; donle
Author: Marta Peroni [aut],
  Emanuele Fabbiani [cre]
Maintainer: Emanuele Fabbiani <emanuele.fabbiani@xtreamers.io>
Repository: CRAN
Date/Publication: 2019-07-26 10:50:02 UTC
Built: R 4.6.0; ; 2025-07-18 08:48:44 UTC; unix
