-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 791 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 791 Bytes
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
Package: chunked
Type: Package
Title: Chunkwise Text-File Processing for 'dplyr'
Version: 0.6.2
Authors@R: c(person("Edwin", "de Jonge", email="edwindjonge@gmail.com", role=c("aut","cre"), comment = c(ORCID = "0000-0002-6580-4718")))
Description: Data stored in text file can be processed chunkwise using 'dplyr' commands. These
are recorded and executed per data chunk, so large files can be processed with
limited memory using the 'LaF' package.
License: GPL-2
LazyData: TRUE
BugReports: https://github.com/edwindj/chunked/issues
URL: https://github.com/edwindj/chunked, http://edwindj.github.io/chunked/
Depends:
dplyr (>= 0.7)
Imports:
LaF,
utils,
rlang,
DBI,
progress
Suggests:
testthat,
RSQLite,
dbplyr
RoxygenNote: 7.3.3
Encoding: UTF-8