Package: cdata
Type: Package
Title: Fluid Data Transformations
Version: 1.0.0
Date: 2018-09-08
Authors@R: c(
    person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
    person("Nina", "Zumel", email = "nzumel@win-vector.com", role = c("aut")),
    person(family = "Win-Vector LLC", role = c("cph"))
    )
URL: https://github.com/WinVector/cdata/,
        https://winvector.github.io/cdata/
Maintainer: John Mount <jmount@win-vector.com>
BugReports: https://github.com/WinVector/cdata/issues
Description: Supplies higher-order fluid data transform operators that include pivot and anti-pivot as special cases. 
    The methodology is describe in 'Zumel', 2018, "Fluid data reshaping with 'cdata'", <http://winvector.github.io/FluidData/FluidDataReshapingWithCdata.html> , doi:10.5281/zenodo.1173299 . 
    Based on the 'DBI' database interface.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Depends: R (>= 3.4.0)
Imports: wrapr (>= 1.6.1), rquery (>= 0.6.2), stats,
Suggests: DBI, RSQLite, testthat, knitr, rmarkdown, data.table (>=
        1.11.4), rqdatatable (>= 0.1.4), reshape2
VignetteBuilder: knitr
ByteCompile: true
NeedsCompilation: no
Packaged: 2018-09-10 14:22:50 UTC; johnmount
Author: John Mount [aut, cre],
  Nina Zumel [aut],
  Win-Vector LLC [cph]
Repository: CRAN
Date/Publication: 2018-09-10 15:30:11 UTC
