Package: cdata
Type: Package
Title: Fluid Data Transformations
Version: 0.7.0
Date: 2018-04-09
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.0.1
Depends: wrapr (>= 1.4.0)
Suggests: DBI, RSQLite, testthat, knitr, rmarkdown
VignetteBuilder: knitr
ByteCompile: true
NeedsCompilation: no
Packaged: 2018-04-10 03:15:00 UTC; johnmount
Author: John Mount [aut, cre],
  Nina Zumel [aut],
  Win-Vector LLC [cph]
Repository: CRAN
Date/Publication: 2018-04-10 03:59:23 UTC
