-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
DESCRIPTION
56 lines (56 loc) · 1.3 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
45
46
47
48
49
50
51
52
53
54
55
56
Type: Package
Package: disk.frame
Title: Larger-than-RAM Disk-Based Data Manipulation Framework
Version: 0.7.2
Date: 2022-03-07
Authors@R: c(
person("Dai", "ZJ", email = "[email protected]", role = c("aut", "cre")),
person("Jacky", "Poon", role = c("ctb"))
)
Maintainer: Dai ZJ <[email protected]>
Description: A disk-based data manipulation tool for working with
large-than-RAM datasets. Aims to lower the barrier-to-entry for
manipulating large datasets by adhering closely to popular and
familiar data manipulation paradigms like 'dplyr' verbs and
'data.table' syntax.
License: MIT + file LICENSE
Imports:
Rcpp (>= 0.12.13),
glue (>= 1.3.1),
future.apply (>= 1.3.0),
fs (>= 1.3.1),
jsonlite (>= 1.6),
pryr (>= 0.1.4),
stringr (>= 1.4.0),
fst (>= 0.8.0),
future (>= 1.14.0),
data.table (>= 1.12.2),
crayon (>= 1.3.4),
bigreadr (>= 0.2.0),
bit64,
benchmarkme,
purrr (>= 0.3.2),
globals,
rlang,
arrow
Depends:
R (>= 4.0),
dplyr (>= 1.0.0)
Suggests:
nycflights13,
magrittr,
shiny,
LaF,
readr,
rstudioapi,
biglm,
biglmm,
speedglm,
broom,
ggplot2
LinkingTo:
Rcpp
RoxygenNote: 7.1.2
Encoding: UTF-8
URL: https://diskframe.com
BugReports: https://github.com/DiskFrame/disk.frame/issues