Package: tidytable
Title: Tidy Interface to 'data.table'
Version: 0.4.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"),
      person(given = "Ross",
             family = "Kennedy",
             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, methods
RoxygenNote: 7.0.2
URL: https://github.com/markfairbanks/tidytable
BugReports: https://github.com/markfairbanks/tidytable/issues
Suggests: testthat (>= 2.1.0), bit64
NeedsCompilation: no
Packaged: 2020-03-28 19:06:54 UTC; xmxf129
Author: Mark Fairbanks [aut, cre],
  Tyson Barrett [ctb],
  Ivan Leung [ctb],
  Ross Kennedy [ctb]
Maintainer: Mark Fairbanks <mark.t.fairbanks@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-28 20:40:02 UTC
Built: R 3.5.3; ; 2020-04-22 04:34:14 UTC; windows
