Package: tidytable
Title: Tidy Interface to 'data.table'
Version: 0.5.3
Authors@R: 
    c(person(given = "Mark",
             family = "Fairbanks",
             role = c("aut", "cre"),
             email = "mark.t.fairbanks@gmail.com"),
      person(given = "Tyson",
             family = "Barrett",
             role = "ctb"),
      person(given = "Ivan",
             family = "Leung",
             role = "ctb"),
      person(given = "Ross",
             family = "Kennedy",
             role = "ctb"),
      person(given = "Lionel",
             family = "Henry",
             role = "ctb",
             email = "lionel@rstudio.com"),
      person(given = "Matt",
             family = "Carlson",
             role = "ctb"))
Description: Tidy interface to 'data.table'. 'rlang' compatible, which allows the user to build custom functions much like they would in the tidyverse.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: data.table, magrittr, rlang (>= 0.4.5), methods, tidyselect
        (>= 1.1.0), vctrs (>= 0.3.1), lifecycle (>= 0.2.0)
RoxygenNote: 7.1.1
URL: https://github.com/markfairbanks/tidytable
BugReports: https://github.com/markfairbanks/tidytable/issues
Suggests: testthat (>= 2.1.0), bit64, knitr, rmarkdown
NeedsCompilation: no
Packaged: 2020-07-15 22:09:55 UTC; xmxf129
Author: Mark Fairbanks [aut, cre],
  Tyson Barrett [ctb],
  Ivan Leung [ctb],
  Ross Kennedy [ctb],
  Lionel Henry [ctb],
  Matt Carlson [ctb]
Maintainer: Mark Fairbanks <mark.t.fairbanks@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-16 15:10:02 UTC
