Package: chunked
Type: Package
Title: Chunkwise Text-File Processing for 'dplyr'
Version: 0.6.0
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
BugReports: https://github.com/edwindj/chunked/issues
URL: https://github.com/edwindj/chunked
Depends: dplyr (>= 0.7)
Imports: LaF, utils, rlang, DBI, progress
Suggests: testthat, RSQLite, dbplyr
RoxygenNote: 7.1.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-03-02 12:43:50 UTC; edwindj
Author: Edwin de Jonge [aut, cre] (<https://orcid.org/0000-0002-6580-4718>)
Maintainer: Edwin de Jonge <edwindjonge@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-07 19:10:02 UTC
Built: R 4.0.5; ; 2022-03-08 11:36:58 UTC; unix
