forked from WinVector/rquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 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
44
Package: rquery
Type: Package
Title: Relational Query Generator for Data Manipulation at Scale
Version: 1.3.2
Date: 2019-02-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-3
Encoding: UTF-8
Depends:
R (>= 3.4.0)
Imports:
wrapr (>= 1.8.4),
utils,
stats,
methods,
Suggests:
DBI,
RSQLite,
rqdatatable,
igraph,
DiagrammeR,
knitr,
rmarkdown,
RUnit
LazyData: true
RoxygenNote: 6.1.1
ByteCompile: true
VignetteBuilder: knitr