Package: cdata
Type: Package
Title: Fluid Data Transformations
Version: 1.0.9
Date: 2019-04-20
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 coordinatized data specification and fluid 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 .
    This package introduces the idea of control table specification of data transforms (later also adapted from 'cdata' by 'tidyr').
    Works on in-memory data or on remote data using 'rquery' and 'SQL' database interfaces.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends: R (>= 3.4.0)
Imports: wrapr (>= 1.8.6), rquery (>= 1.3.2), methods, stats
Suggests: DBI, RSQLite, knitr, rqdatatable (>= 1.1.4), RUnit
VignetteBuilder: knitr
ByteCompile: true
NeedsCompilation: no
Packaged: 2019-04-20 14:56:24 UTC; johnmount
Author: John Mount [aut, cre],
  Nina Zumel [aut],
  Win-Vector LLC [cph]
Repository: CRAN
Date/Publication: 2019-04-20 15:40:04 UTC
Built: R 3.4.4; ; 2019-04-25 20:20:56 UTC; windows
