Package: fastplyr
Title: Fast Alternatives to 'tidyverse' Functions
Version: 0.5.0
Authors@R: 
    person("Nick", "Christofides", , "nick.christofides.r@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-9743-7342"))
Description: A full set of fast data manipulation tools with a tidy
    front-end and a fast back-end using 'collapse' and 'cheapr'.
License: MIT + file LICENSE
BugReports: https://github.com/NicChr/fastplyr/issues
Depends: R (>= 3.6.1)
Imports: cheapr (>= 0.9.91), collapse (>= 2.0.0), dplyr (>= 1.1.0),
        lifecycle, magrittr, rlang, stringr, tidyselect, vctrs (>=
        0.6.0)
Suggests: nycflights13, testthat (>= 3.0.0), tidyr
LinkingTo: cpp11
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2024-12-02 15:42:57 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-12-02 16:00:02 UTC
