Package: sugrrants
Title: Supporting Graphs for Analysing Time Series
Version: 0.1.4
Date: 2018-07-26
Authors@R: c(
    person("Earo", "Wang", email = "earo.wang@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6448-5260")),
    person("Di", "Cook", role = c("aut", "ths"), comment = c(ORCID = "0000-0002-3813-7155")),
    person("Rob", "Hyndman", role = c("aut", "ths"), comment = c(ORCID = "0000-0002-2140-5352"))
    )
Description: Provides 'ggplot2' graphics for analysing time series data. It aims 
    to fit into the 'tidyverse' and grammar of graphics framework for handling 
    temporal data.
License: GPL (>= 3)
URL: https://pkg.earo.me/sugrrants
BugReports: https://github.com/earowang/sugrrants/issues
Depends: ggplot2 (>= 2.2.0), R (>= 3.1.3)
Imports: dplyr (>= 0.7.0), grid, lubridate (>= 1.7.1), readr, rlang (>
        0.2.0), tidyr, tsibble (>= 0.3.0)
Suggests: covr, knitr, plotly, rmarkdown, testthat, viridis
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-07-26 04:14:06 UTC; earo
Author: Earo Wang [aut, cre] (<https://orcid.org/0000-0001-6448-5260>),
  Di Cook [aut, ths] (<https://orcid.org/0000-0002-3813-7155>),
  Rob Hyndman [aut, ths] (<https://orcid.org/0000-0002-2140-5352>)
Maintainer: Earo Wang <earo.wang@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-26 04:40:03 UTC
