Package: fastplyr Title: Fast Alternatives to 'tidyverse' Functions Version: 0.9.91 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 (>= 4.1.0) Imports: cheapr (>= 1.3.2), cli, collapse (>= 2.0.0), dplyr (>= 1.1.0), lifecycle, purrr, rlang, stringr, tidyselect, vctrs (>= 0.6.0) Suggests: data.table, nycflights13, testthat (>= 3.0.0), tidyr LinkingTo: cheapr, cpp11 SystemRequirements: C++17 Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://nicchr.r-universe.dev Date/Publication: 2025-11-21 09:47:55 UTC RemoteUrl: https://github.com/nicchr/fastplyr RemoteRef: HEAD RemoteSha: d4bb5913515f64360eb401fd4de91a5eb6bd2a6c NeedsCompilation: yes Packaged: 2026-06-12 10:50:05 UTC; root Author: Nick Christofides [aut, cre] (ORCID: ) Maintainer: Nick Christofides