Package: dtplyr
Title: Data Table Back-End for 'dplyr'
Version: 0.0.2
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, lazyeval
Suggests: Lahman, nycflights13, testthat, covr
LazyData: true
RoxygenNote: 6.0.1
URL: https://github.com/hadley/dtplyr
BugReports: https://github.com/hadley/dtplyr/issues
NeedsCompilation: no
Packaged: 2017-04-21 21:54:36 UTC; lionel
Author: Lionel Henry [cre],
  Hadley Wickham [aut],
  RStudio [cph]
Maintainer: Lionel Henry <lionel@rstudio.com>
Repository: CRAN
Date/Publication: 2017-04-21 23:49:45 UTC
