Package: timeplyr Title: Fast Tidy Tools for Date and Date-Time Manipulation Version: 1.1.2 Authors@R: person("Nick", "Christofides", , "nick.christofides.r@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9743-7342")) Description: A set of fast tidy functions for wrangling, completing and summarising date and date-time data. It combines 'tidyverse' syntax with the efficiency of 'data.table' and speed of 'collapse'. License: GPL (>= 2) BugReports: https://github.com/NicChr/timeplyr/issues Depends: R (>= 4.1.0) Imports: cheapr (>= 1.3.2), cli, collapse (>= 2.0.0), cppdoubles (>= 0.2.0), data.table (>= 1.14.8), dplyr (>= 1.1.0), fastplyr (>= 0.9.9), ggplot2 (>= 3.4.0), lifecycle, lubridate (>= 1.9.0), pillar (>= 1.7.0), rlang (>= 1.0.0), scales, stringr (>= 1.4.0), timechange (>= 0.2.0), vctrs (>= 0.6.0) Suggests: bench, knitr, nycflights13, outbreaks, rmarkdown, testthat (>= 3.0.0), tidyr, zoo LinkingTo: cpp11, tzdb Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: zlib1g-dev Repository: https://fastverse.r-universe.dev Date/Publication: 2026-02-10 07:28:50 UTC RemoteUrl: https://github.com/NicChr/timeplyr RemoteRef: HEAD RemoteSha: cd2486436aea59b72746075eade5586b7b9d5b38 NeedsCompilation: yes Packaged: 2026-06-30 13:24:18 UTC; root Author: Nick Christofides [aut, cre] (ORCID: ) Maintainer: Nick Christofides