Package: ggtime Title: Grammar of Graphics and Plot Helpers for Time Series Visualization Version: 0.2.0.9000 Authors@R: c( person( given = "Mitchell", family = "O'Hara-Wild", role = c("aut", "cre"), email = "mail@mitchelloharawild.com", comment = c(ORCID = "0000-0001-6729-7695") ), person( given = "Cynthia A.", family = "Huang", role = c("aut"), comment = c(ORCID = "0000-0002-9218-987X") ), person( given = "Matthew", family = "Kay", role = c("aut"), comment = c(ORCID = "0000-0001-9446-0419") ), person( given = "Rob", family = "Hyndman", role = c("aut"), comment = c(ORCID = "0000-0002-2140-5352") ), person( given = "Earo", family = "Wang", role = c("ctb"), comment = c(ORCID = "0000-0001-6448-5260") ) ) Description: Extends the capabilities of 'ggplot2' by providing grammatical elements and plot helpers designed for visualizing temporal patterns. The package implements a grammar of temporal graphics, which leverages calendar structures to highlight changes over time. The package also provides plot helper functions to quickly produce commonly used time series graphics, including time plots, season plots, and seasonal sub-series plots. License: GPL (>= 3) URL: https://pkg.mitchelloharawild.com/ggtime/, https://github.com/mitchelloharawild/ggtime Imports: ggplot2, grid, gtable, lifecycle, rlang, scales, tsibble, fabletools, dplyr, lubridate (>= 1.7.1), tidyr, vctrs, cli, vecvec, mixtime, S7 Suggests: testthat (>= 3.0.0), tsibbledata, feasts, fable, ggrepel, roxygen2, ggdist, distributional, vdiffr, svglite, fontquiver, sysfonts, showtext Remotes: github::mitchelloharawild/mixtime Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) BugReports: https://github.com/mitchelloharawild/ggtime/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://robjhyndman.r-universe.dev Date/Publication: 2026-06-28 00:53:07 UTC RemoteUrl: https://github.com/mitchelloharawild/ggtime RemoteRef: HEAD RemoteSha: 08b5fa4e919bf2effdf4458d4cb8c6b24a28e976 NeedsCompilation: no Packaged: 2026-06-28 13:38:51 UTC; root Author: Mitchell O'Hara-Wild [aut, cre] (ORCID: ), Cynthia A. Huang [aut] (ORCID: ), Matthew Kay [aut] (ORCID: ), Rob Hyndman [aut] (ORCID: ), Earo Wang [ctb] (ORCID: ) Maintainer: Mitchell O'Hara-Wild Depends: R (>= 4.1.0)