Package: dtplyr
Title: Data Table Back-End for 'dplyr'
Version: 1.2.2
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("cre", "aut")),
    person("Maximilian", "Girlich", role = "aut"),
    person("Mark", "Fairbanks", role = "aut"),
    person("Ryan", "Dickerson", role = "aut"),
    person("RStudio", 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 (>= 3.3)
Imports:
    crayon,
    data.table (>= 1.13.0),
    dplyr (>= 1.0.3),
    ellipsis,
    glue,
    lifecycle,
    rlang,
    tibble,
    tidyselect,
    vctrs
Suggests:
    bench,
    covr,
    knitr,
    rmarkdown,
    testthat (>= 3.0.0),
    tidyr (>= 1.1.0)
VignetteBuilder: 
    knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: {library(tidyr); list(markdown = TRUE)}
RoxygenNote: 7.2.1
