Package: arkdb Version: 0.0.19 Title: Archive and Unarchive Databases Using Flat Files Description: Flat text files provide a robust, compressible, and portable way to store tables from databases. This package provides convenient functions for exporting tables from relational database connections into compressed text files and streaming those text files back into a database without requiring the whole table to fit in working memory. Authors@R: c(person("Carl", "Boettiger", email = "cboettig@gmail.com", role = c("aut", "cre", "cph"), comment=c(ORCID = "0000-0002-1642-628X")), person("Richard", "FitzJohn", role = "ctb"), person("Brandon", "Bertelsen", email="brandon@bertelsen.ca", role = "ctb")) URL: https://github.com/ropensci/arkdb, https://docs.ropensci.org/arkdb/ BugReports: https://github.com/ropensci/arkdb/issues License: MIT + file LICENSE Encoding: UTF-8 ByteCompile: true VignetteBuilder: knitr RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Depends: R (>= 4.0) Imports: DBI, tools, utils Suggests: arrow, R.utils, progress, readr, spelling, dplyr, dbplyr, nycflights13, testthat, knitr, covr, fs, rmarkdown, RSQLite, duckdb, vroom, utf8, future.apply Language: en-US Repository: https://ropensci.r-universe.dev Date/Publication: 2026-02-09 15:07:47 UTC RemoteUrl: https://github.com/ropensci/arkdb RemoteRef: master RemoteSha: 1dda73d138f51536d8958462d01650c19dec88d1 NeedsCompilation: no Packaged: 2026-07-01 08:29:14 UTC; root Author: Carl Boettiger [aut, cre, cph] (ORCID: ), Richard FitzJohn [ctb], Brandon Bertelsen [ctb] Maintainer: Carl Boettiger