Package: tidytable Title: Tidy Interface to 'data.table' Version: 0.11.2.9 Authors@R: c( person("Mark", "Fairbanks", role = c("aut", "cre"), email = "mark.t.fairbanks@gmail.com"), person("Abdessabour", "Moutik", role = "ctb"), person("Matt", "Carlson", role = "ctb"), person("Ivan", "Leung", role = "ctb"), person("Ross", "Kennedy", role = "ctb"), person("Robert", "On", role = "ctb"), person("Alexander", "Sevostianov", role = "ctb"), person("Koen", "ter Berg", role = "ctb") ) Description: A tidy interface to 'data.table', giving users the speed of 'data.table' while using tidyverse-like syntax. License: MIT + file LICENSE Encoding: UTF-8 Imports: data.table (>= 1.16.0), glue (>= 1.4.0), lifecycle (>= 1.0.3), magrittr (>= 2.0.3), pillar (>= 1.8.0), rlang (>= 1.1.0), tidyselect (>= 1.2.0), vctrs (>= 0.6.0) RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 URL: https://markfairbanks.github.io/tidytable/, https://github.com/markfairbanks/tidytable BugReports: https://github.com/markfairbanks/tidytable/issues Suggests: testthat (>= 2.1.0), bit64, knitr, rmarkdown, crayon Repository: https://markfairbanks.r-universe.dev Date/Publication: 2026-01-13 22:05:43 UTC RemoteUrl: https://github.com/markfairbanks/tidytable RemoteRef: HEAD RemoteSha: 7397f01ab12fcffab6a7acb9be9197877220810d NeedsCompilation: no Packaged: 2026-06-13 10:29:50 UTC; root Author: Mark Fairbanks [aut, cre], Abdessabour Moutik [ctb], Matt Carlson [ctb], Ivan Leung [ctb], Ross Kennedy [ctb], Robert On [ctb], Alexander Sevostianov [ctb], Koen ter Berg [ctb] Maintainer: Mark Fairbanks