Package: timeplyr
Title: Fast Tidy Tools for Date and Date-Time Manipulation
Version: 0.8.1
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 (>= 3.5.0)
Imports: cheapr (>= 0.9.1), collapse (>= 2.0.0), cppdoubles, data.table
        (>= 1.14.8), dplyr (>= 1.1.0), ggplot2 (>= 3.4.0), lubridate
        (>= 1.9.0), pillar (>= 1.7.0), rlang (>= 1.0.0), scales,
        stringr (>= 1.4.0), tidyselect (>= 1.2.0), timechange (>=
        0.2.0), vctrs (>= 0.6.0)
Suggests: bench, knitr, nycflights13, outbreaks, rmarkdown, testthat
        (>= 3.0.0), tidyr, zoo
LinkingTo: cpp11
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: yes
Packaged: 2024-06-05 17:07:27 UTC; Nmc5
Author: Nick Christofides [aut, cre] (<https://orcid.org/0000-0002-9743-7342>)
Maintainer: Nick Christofides <nick.christofides.r@gmail.com>
Repository: CRAN
Date/Publication: 2024-06-05 17:30:02 UTC
