Package: dtplyr Title: Data Table Back-End for 'dplyr' Version: 1.3.3.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("cre", "aut")), person("Maximilian", "Girlich", role = "aut"), person("Mark", "Fairbanks", role = "aut"), person("Ryan", "Dickerson", role = "aut"), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you to write 'dplyr' code that is automatically translated to the equivalent, but usually much faster, data.table code. License: MIT + file LICENSE URL: https://dtplyr.tidyverse.org, https://github.com/tidyverse/dtplyr BugReports: https://github.com/tidyverse/dtplyr/issues Depends: R (>= 4.0) Imports: cli (>= 3.4.0), data.table (>= 1.13.0), dplyr (>= 1.1.0), glue, lifecycle, rlang (>= 1.0.4), tibble, tidyselect (>= 1.2.0), vctrs (>= 0.4.1) Suggests: bench, covr, knitr, rmarkdown, testthat (>= 3.1.2), tidyr (>= 1.1.0), waldo (>= 0.3.1) VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: {library(tidyr); list(markdown = TRUE)} RoxygenNote: 7.3.3 Repository: https://tidyverse.r-universe.dev Date/Publication: 2026-02-11 13:32:47 UTC RemoteUrl: https://github.com/tidyverse/dtplyr RemoteRef: HEAD RemoteSha: bffe46e664d62021e47251c158c9f02c4cd30400 NeedsCompilation: no Packaged: 2026-06-21 06:13:01 UTC; root Author: Hadley Wickham [cre, aut], Maximilian Girlich [aut], Mark Fairbanks [aut], Ryan Dickerson [aut], Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham