Package: purrrow Title: Out-of-memory data collation into Arrow datasets Version: 0.0.0.9000 Authors@R: person(given = "Petr", family = "Bouchal", role = c("aut", "cre"), email = "pbouchal@gmail.com", comment = c(ORCID = "0000-0002-0471-716X")) Description: Iterate over a function and collate its output into an Arrow dataset, without loading the whole result set into memory. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Imports: arrow (>= 2.0.0), purrr (>= 0.3.4), lifecycle, magrittr URL: http://petrbouchal.xyz/purrrow, https://github.com/petrbouchal/purrrow BugReports: https://github.com/petrbouchal/purrrow/issues Suggests: dplyr (>= 1.0.3), testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://petrbouchal.r-universe.dev Date/Publication: 2021-02-28 21:01:15 UTC RemoteUrl: https://github.com/petrbouchal/purrrow RemoteRef: HEAD RemoteSha: 6bf3d0930ae397c0739dbf04c486ab62efcde725 NeedsCompilation: no Packaged: 2026-07-05 09:09:02 UTC; root Author: Petr Bouchal [aut, cre] (ORCID: ) Maintainer: Petr Bouchal