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.
Version: |
1.1.0 |
Depends: |
R (≥ 3.3) |
Imports: |
crayon, data.table (≥ 1.12.4), dplyr (≥ 1.0.3), ellipsis, glue, lifecycle, rlang, tibble, tidyselect, vctrs |
Suggests: |
bench, covr, knitr, rmarkdown, testthat (≥ 3.0.0), tidyr (≥
1.1.0) |
Published: |
2021-02-20 |
Author: |
Hadley Wickham [cre, aut],
RStudio [cph] |
Maintainer: |
Hadley Wickham <hadley at rstudio.com> |
BugReports: |
https://github.com/tidyverse/dtplyr/issues |
License: |
MIT + file LICENSE |
URL: |
https://github.com/tidyverse/dtplyr |
NeedsCompilation: |
no |
Materials: |
README NEWS |
CRAN checks: |
dtplyr results |