Package: tidytable
Title: Tidy Interface to 'data.table'
Version: 0.9.0
Authors@R: c(
  person("Mark", "Fairbanks", role = c("aut", "cre"), email = "mark.t.fairbanks@gmail.com"),
  person("Abdessabour", "Moutik", role = "ctb"),
  person("Matt", "Carlson", role = "ctb"),
  person("Ivan", "Leung", role = "ctb"),
  person("Ross", "Kennedy", role = "ctb"),
  person("Robert", "On", role = "ctb"),
  person("Alexander", "Sevostianov", role = "ctb")
  )
Description: A tidy interface to 'data.table',
  giving users the speed of 'data.table' while using tidyverse-like syntax.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: data.table (>= 1.14.0), glue (>= 1.4.0), magrittr (>= 2.0.3),
        pillar (>= 1.8.0), rlang (>= 1.0.5), tidyselect (>= 1.1.0),
        vctrs (>= 0.4.1)
RoxygenNote: 7.2.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, crayon
NeedsCompilation: no
Packaged: 2022-09-23 15:46:44 UTC; fairbmx
Author: Mark Fairbanks [aut, cre],
  Abdessabour Moutik [ctb],
  Matt Carlson [ctb],
  Ivan Leung [ctb],
  Ross Kennedy [ctb],
  Robert On [ctb],
  Alexander Sevostianov [ctb]
Maintainer: Mark Fairbanks <mark.t.fairbanks@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-23 16:10:02 UTC
