Package: tidyfast
Title: Fast Tidying of Data
Version: 0.2.1
Authors@R: c(
    person(given = "Tyson",
           family = "Barrett",
           role = c("aut", "cre"),
           email = "t.barrett@aggiemail.usu.edu",
           comment = c(ORCID = "0000-0002-2137-1391")),
    person(given = "Mark",
           family = "Fairbanks",
           role = "ctb"))
Description: Tidying functions built on 'data.table'
    to provide quick and efficient data manipulation with
    minimal overhead.
Imports: data.table (>= 1.12.4), Rcpp
Suggests: remotes, magrittr, tidyr, dplyr, testthat (>= 2.1.0), covr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2020-03-16 19:27:59 UTC; tysonbarrett
Author: Tyson Barrett [aut, cre] (<https://orcid.org/0000-0002-2137-1391>),
  Mark Fairbanks [ctb]
Maintainer: Tyson Barrett <t.barrett@aggiemail.usu.edu>
Repository: CRAN
Date/Publication: 2020-03-20 10:40:02 UTC
