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 (> 0.2.0), 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://mitchelloharawild.r-universe.dev Date/Publication: 2026-07-21 15:35:13 UTC RemoteUrl: https://github.com/mitchelloharawild/ggtime RemoteRef: HEAD RemoteSha: 2fbf4d39c171cfb0dab1b4a619835158c8ea8f96 NeedsCompilation: no Packaged: 2026-07-21 16:13:24 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)