Package: dtplyr
Title: Data Table Back-End for 'dplyr'
Version: 0.0.3
Authors@R: c(
    person("Lionel", "Henry", , "lionel@rstudio.com", role = "cre"),
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
    person("RStudio", role = "cph")
  )
Description: This implements the data table back-end for 'dplyr' so that you
    can seamlessly use data table and 'dplyr' together.
License: GPL (>= 2)
Imports: dplyr (>= 0.5.0), data.table (>= 1.9.6), lazyeval, rlang
Suggests: Lahman, nycflights13, testthat, covr
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/hadley/dtplyr
BugReports: https://github.com/hadley/dtplyr/issues
NeedsCompilation: no
Packaged: 2019-02-25 19:14:43 UTC; lionel
Author: Lionel Henry [cre],
  Hadley Wickham [aut],
  RStudio [cph]
Maintainer: Lionel Henry <lionel@rstudio.com>
Repository: CRAN
Date/Publication: 2019-02-25 19:40:03 UTC
