Package: tidytable
Title: Tidy Interface to 'data.table'
Version: 0.6.5
Authors@R: 
    c(person(given = "Mark",
             family = "Fairbanks",
             role = c("aut", "cre"),
             email = "mark.t.fairbanks@gmail.com"),
      person(given = "Abdessabour",
             family = "Moutik",
             role = "ctb"),
      person(given = "Matt",
             family = "Carlson",
             role = "ctb"),
      person(given = "Ivan",
             family = "Leung",
             role = "ctb"),
      person(given = "Ross",
             family = "Kennedy",
             role = "ctb")
             )
Description: A tidy interface to 'data.table' that is 'rlang' compatible,
  giving users the speed of 'data.table' with the clean syntax of the tidyverse.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: data.table (>= 1.12.6), glue (>= 1.4.0), lifecycle (>= 0.2.0),
        magrittr (>= 1.5), pillar (>= 1.5.0), rlang (>= 0.4.7),
        tidyselect (>= 1.1.0), vctrs (>= 0.3.5)
RoxygenNote: 7.1.1
Config/testthat/edition: 3
URL: https://github.com/markfairbanks/tidytable
BugReports: https://github.com/markfairbanks/tidytable/issues
Suggests: testthat (>= 2.1.0), bit64, knitr, rmarkdown
NeedsCompilation: no
Packaged: 2021-09-03 04:29:26 UTC; xmxf129
Author: Mark Fairbanks [aut, cre],
  Abdessabour Moutik [ctb],
  Matt Carlson [ctb],
  Ivan Leung [ctb],
  Ross Kennedy [ctb]
Maintainer: Mark Fairbanks <mark.t.fairbanks@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-03 05:10:02 UTC
