-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
31 lines (31 loc) · 923 Bytes
/
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
Package: rqdatatable
Type: Package
Title: 'rquery' for 'data.table'
Version: 1.3.3
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]>
Description: Implements the 'rquery' piped Codd-style query algebra using 'data.table'. This allows
for a high-speed in memory implementation of Codd-style data manipulation tools.
URL: https://github.com/WinVector/rqdatatable/, https://winvector.github.io/rqdatatable/
BugReports: https://github.com/WinVector/rqdatatable/issues
License: GPL-2 | GPL-3
Encoding: UTF-8
ByteCompile: true
VignetteBuilder: knitr
Depends:
R (>= 3.4.0),
wrapr (>= 2.0.9),
rquery (>= 1.4.9)
Imports:
data.table (>= 1.12.2)
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown,
DBI,
RSQLite,
parallel,
tinytest