-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.32 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: cdata
Type: Package
Title: Fluid Data Transformations
Version: 1.2.1
Date: 2023-08-19
Authors@R: c(
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
person("Nina", "Zumel", email = "[email protected]", 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 <[email protected]>
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'", <https://winvector.github.io/FluidData/FluidDataReshapingWithCdata.html> , <DOI:10.5281/zenodo.1173299> .
This package introduces the idea of explicit control table specification of data transforms.
Works on in-memory data or on remote data using 'rquery' and 'SQL' database interfaces.
License: GPL-2 | GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends:
R (>= 3.4.0),
wrapr (>= 2.0.9)
Imports:
rquery (>= 1.4.9),
rqdatatable (>= 1.3.2),
methods,
stats
Suggests:
DBI,
RSQLite,
knitr,
rmarkdown,
yaml,
tinytest
VignetteBuilder: knitr
ByteCompile: true