Package: sugrrants Title: Supporting Graphs for Analysing Time Series Version: 0.2.9 Authors@R: c(person(given = "Earo", family = "Wang", role = c("aut", "cre"), email = "earo.wang@gmail.com", comment = c(ORCID = "0000-0001-6448-5260")), person(given = "Di", family = "Cook", role = c("aut", "ths"), comment = c(ORCID = "0000-0002-3813-7155")), person(given = "Rob", family = "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.8.0), grid, gtable, lubridate (>= 1.7.1), rlang (>= 0.2.0) Suggests: covr, knitr, plotly, readr, rmarkdown, testthat, tidyr, tsibble (>= 0.8.0), viridis VignetteBuilder: knitr Encoding: UTF-8 Language: en-GB LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://robjhyndman.r-universe.dev Date/Publication: 2024-03-12 05:30:38 UTC RemoteUrl: https://github.com/earowang/sugrrants RemoteRef: HEAD RemoteSha: 204a766b59e1f065bc1c15c7712c89aa268f8e74 NeedsCompilation: no Packaged: 2026-06-12 08:23:23 UTC; root Author: Earo Wang [aut, cre] (ORCID: ), Di Cook [aut, ths] (ORCID: ), Rob Hyndman [aut, ths] (ORCID: ) Maintainer: Earo Wang