Package: arkdb
Version: 0.0.18
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.2.1
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
NeedsCompilation: no
Packaged: 2024-01-15 23:36:34 UTC; cboettig
Author: Carl Boettiger [aut, cre, cph]
    (<https://orcid.org/0000-0002-1642-628X>),
  Richard FitzJohn [ctb],
  Brandon Bertelsen [ctb]
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-16 00:20:02 UTC
Built: R 4.3.3; ; 2025-01-24 04:04:03 UTC; unix
