Package: tidytable
Title: Tidy Interface to 'data.table'
Version: 0.3.0
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"))
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
RoxygenNote: 7.0.2
URL: https://github.com/markfairbanks/tidytable
BugReports: https://github.com/markfairbanks/tidytable/issues
Suggests: testthat (>= 2.1.0)
NeedsCompilation: no
Packaged: 2020-01-31 22:26:03 UTC; xmxf129
Author: Mark Fairbanks [aut, cre],
  Tyson Barrett [ctb],
  Ivan Leung [ctb]
Maintainer: Mark Fairbanks <mark.t.fairbanks@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-10 16:20:02 UTC
