-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.49 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
38
39
40
41
42
43
Package: rquery
Type: Package
Title: Relational Query Generator for Data Manipulation at Scale
Version: 1.4.99
Date: 2023-08-19
Authors@R: c(
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
person(family = "Win-Vector LLC", role = c("cph"))
)
Maintainer: John Mount <[email protected]>
URL: https://github.com/WinVector/rquery/, https://winvector.github.io/rquery/
BugReports: https://github.com/WinVector/rquery/issues
Description: A piped query generator based on Edgar F. Codd's relational
algebra, and on production experience using 'SQL' and 'dplyr' at big data
scale. The design represents an attempt to make 'SQL' more teachable by
denoting composition by a sequential pipeline notation instead of nested
queries or functions. The implementation delivers reliable high
performance data processing on large data systems such as 'Spark',
databases, and 'data.table'. Package features include: data processing trees
or pipelines as observable objects (able to report both columns
produced and columns used), optimized 'SQL' generation as an explicit
user visible table modeling step, plus explicit query reasoning and checking.
License: GPL-2 | GPL-3
Encoding: UTF-8
Depends:
R (>= 3.4.0),
wrapr (>= 2.0.9)
Imports:
utils,
stats,
methods
Suggests:
DBI,
RSQLite,
rqdatatable (>= 1.3.2),
igraph,
knitr,
rmarkdown,
yaml,
tinytest
RoxygenNote: 7.2.3
ByteCompile: true
VignetteBuilder: knitr