Package: fastplyr
Title: Fast Alternatives to 'tidyverse' Functions
Version: 0.1.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
Depends: R (>= 3.6.1)
Imports: cheapr (>= 0.9.3), collapse (>= 2.0.0), dplyr (>= 1.1.0),
        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-09-09 15:26:36 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-09-12 11:20:02 UTC
