Package: TSplotly
Type: Package
Title: Create Interactive Plots on Time Series Dataset
Version: 1.1.1
Authors@R: c(person("Yongkai", "Qiu",
            role = c("aut", "cre"),email = "yongkai@umich.edu"),
            person("Zhe", "Yin", role = "aut"),
            person("Ivo","Dinov",role = "aut"),
            person("SOCR","team",role = "aut"))
URL: http://socr.umich.edu/people/
Maintainer: Yongkai Qiu <yongkai@umich.edu>
Description: To better visualize time-series dataset,
    'TSplotly' package provides an effective mechanism to utilize
    the powerful 'plotly' package for graphing
    time series data. It contains 5 core functions: 
    TSplot(): create interactive plot on time series data or fitted
    ARIMA(X) models.
    ADDline(): add lines on existing 'TSplot()' objects, as needed.
    GGtoPY(): create a convenient way to transform (reformat) 'ggplot2' 
    datasets into a format that can work on 'plot_ly()'.
    GTSplot(): create multiple 'plot_ly()' lines (time-series) based on 
    data frames containing multiple time-series data.
    TSplot_gen(): a more general version of function 'TSplot()' that
    can work on any time format.
Depends: R (>= 3.4.0)
Imports: forecast, plotly, zoo, ggplot2, dcemriS4, prettydoc
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-08-01 20:09:15 UTC; qyk02
Author: Yongkai Qiu [aut, cre],
  Zhe Yin [aut],
  Ivo Dinov [aut],
  SOCR team [aut]
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Repository: CRAN
Date/Publication: 2019-08-02 11:00:08 UTC
