Package: tidytable
Title: Tidy Interface to 'data.table'
Version: 0.7.1
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.14.0), glue (>= 1.4.0), lifecycle (>= 0.2.0),
        magrittr (>= 2.0), pillar (>= 1.5.0), rlang (>= 1.0.0),
        tidyselect (>= 1.1.0), vctrs (>= 0.3.8)
RoxygenNote: 7.1.2
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: 2022-03-23 00:25:15 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: 2022-03-23 00:50:02 UTC
Built: R 4.0.5; ; 2022-03-23 10:39:22 UTC; unix
