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 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 Repository: https://edwindj.r-universe.dev Date/Publication: 2026-02-05 08:53:21 UTC RemoteUrl: https://github.com/edwindj/chunked RemoteRef: HEAD RemoteSha: a534fbce01ba6f8892d20b76f8dc23e340f63643 NeedsCompilation: no Packaged: 2026-07-05 06:41:26 UTC; root Author: Edwin de Jonge [aut, cre] (ORCID: ) Maintainer: Edwin de Jonge