Package: dbflobr Title: Read and Write Files to SQLite Databases Version: 0.2.2.9003 Authors@R: c(person(given = "Sebastian", family = "Dalgarno", role = "aut", email = "seb@northbeachconsulting.ca", comment = c(ORCID = "0000-0002-3658-4517")), person(given = "Joe", family = "Thorley", role = "aut", email = "joe@poissonconsulting.ca", comment = c(ORCID = "0000-0002-7683-4592")), person(given = "Evan", family = "Amies-Galonski", role = c("aut", "cre"), email = "evanamiesgalonski@gmail.com", comment = c(ORCID = "0000-0003-1096-2089")), person(given = "Poisson Consulting", role = c("cph", "fnd"))) Description: Reads and writes files to SQLite databases as flobs (a flob is a blob that preserves the file extension). License: MIT + file LICENSE URL: https://github.com/poissonconsulting/dbflobr, https://poissonconsulting.github.io/dbflobr/ BugReports: https://github.com/poissonconsulting/dbflobr/issues Depends: R (>= 3.5) Imports: blob, chk, cli, DBI, flobr, glue, rlang, RSQLite Suggests: knitr, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: knitr Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 Config/Needs/website: poissonconsulting/poissontemplate Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-07-15 07:36:59 UTC RemoteUrl: https://github.com/poissonconsulting/dbflobr RemoteRef: HEAD RemoteSha: 763d6798e911b2d3bbb00aa7b3077b36ca94a161 NeedsCompilation: no Packaged: 2026-07-18 08:38:24 UTC; root Author: Sebastian Dalgarno [aut] (ORCID: ), Joe Thorley [aut] (ORCID: ), Evan Amies-Galonski [aut, cre] (ORCID: ), Poisson Consulting [cph, fnd] Maintainer: Evan Amies-Galonski