-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.21 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
Package: prt
Title: Tabular Data Backed by Partitioned 'fst' Files
Version: 0.2.0
Authors@R: c(person(given = "Nicolas",
family = "Bennett",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Drago",
family = "Plecko",
role = "ctb",
email = "[email protected]"))
Description: Intended for larger-than-memory tabular data, 'prt' objects provide an interface to read row and/or column subsets into memory as data.table objects. Data queries, constructed as 'R' expressions, are evaluated using the non-standard evaluation framework provided by 'rlang' and file-backing is powered by the fast and efficient 'fst' package.
URL: https://nbenn.github.io/prt/
BugReports: https://github.com/nbenn/prt/issues
License: GPL-3
Imports:
assertthat,
fst,
data.table,
utils,
vctrs,
tibble,
cli,
pillar (>= 1.7.0),
crayon,
backports,
rlang,
Suggests:
testthat,
xml2,
covr,
withr,
nycflights13,
datasets,
rmarkdown,
knitr,
bench
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr