Package: tidyfast Title: Fast Tidying of Data Version: 0.4.0 Authors@R: c(person(given = "Tyson", family = "Barrett", role = c("aut", "cre"), email = "t.barrett88@gmail.com", comment = c(ORCID = "0000-0002-2137-1391")), person(given = "Mark", family = "Fairbanks", role = "ctb"), person(given = "Ivan", family = "Leung", role = "ctb"), person(given = "Indrajeet", family = "Patil", role = "ctb", email = "patilindrajeet.science@gmail.com", comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))) Description: Tidying functions built on 'data.table' to provide quick and efficient data manipulation with minimal overhead. Depends: R (>= 3.1) Imports: data.table (>= 1.13.4), cpp11 Suggests: covr, dplyr, magrittr, remotes, spelling, testthat (>= 3.0.0), tidyr, knitr LinkingTo: cpp11 (>= 0.2.6) Encoding: UTF-8 Language: en-US License: GPL-3 RoxygenNote: 7.3.0 URL: https://tysonbarrett.com/tidyfast/, https://github.com/TysonStanley/tidyfast BugReports: https://github.com/TysonStanley/tidyfast/issues Config/testthat/edition: 3 Config/testthat/parallel: true Repository: https://tysonstanley.r-universe.dev Date/Publication: 2025-03-12 23:41:51 UTC RemoteUrl: https://github.com/tysonstanley/tidyfast RemoteRef: HEAD RemoteSha: 5248ea632388c2cb36152deac376e1bb0ca69c1a NeedsCompilation: yes Packaged: 2026-07-04 21:39:02 UTC; root Author: Tyson Barrett [aut, cre] (ORCID: ), Mark Fairbanks [ctb], Ivan Leung [ctb], Indrajeet Patil [ctb] (ORCID: , Twitter: @patilindrajeets) Maintainer: Tyson Barrett