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.0.1 |
Depends: |
R (≥ 3.2) |
Imports: |
crayon, data.table (≥ 1.12.4), dplyr (≥ 0.8.1), rlang, tibble, tidyselect |
Suggests: |
bench, covr, knitr, rmarkdown, testthat (≥ 2.1.0) |
Published: |
2020-01-23 |
Author: |
Lionel Henry [aut],
Hadley Wickham [cre],
RStudio [cph] |
Maintainer: |
Hadley Wickham <hadley at rstudio.com> |
BugReports: |
https://github.com/tidyverse/dtplyr/issues |
License: |
GPL-3 |
URL: |
https://github.com/tidyverse/dtplyr |
NeedsCompilation: |
no |
Materials: |
README NEWS |
CRAN checks: |
dtplyr results |