Package: tidytable
Title: Tidy Interface to 'data.table'
Version: 0.5.5
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"),
      person(given = "Lionel",
             family = "Henry",
             role = "ctb"),
      person(given = "Matt",
             family = "Carlson",
             role = "ctb"),
      person(given = "Abdessabour",
             family = "Moutik",
             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
LazyData: true
Imports: data.table (>= 1.12.6), magrittr (>= 1.5), rlang (>= 0.4.7),
        methods, tidyselect (>= 1.1.0), vctrs (>= 0.3.1), lifecycle (>=
        0.2.0), glue (>= 1.4.0), tibble (>= 2.1.3)
RoxygenNote: 7.1.1
URL: https://github.com/markfairbanks/tidytable
BugReports: https://github.com/markfairbanks/tidytable/issues
Suggests: testthat (>= 2.1.0), bit64, knitr, rmarkdown
NeedsCompilation: no
Packaged: 2020-09-01 17:13:39 UTC; xmxf129
Author: Mark Fairbanks [aut, cre],
  Tyson Barrett [ctb],
  Ivan Leung [ctb],
  Ross Kennedy [ctb],
  Lionel Henry [ctb],
  Matt Carlson [ctb],
  Abdessabour Moutik [ctb]
Maintainer: Mark Fairbanks <mark.t.fairbanks@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-02 06:50:03 UTC
