Package: flobr Title: Convert Files to and from Binary Objects (BLOBs) Version: 0.2.3.9004 Authors@R: c( person("Evan", "Amies-Galonski", , "evanamiesgalonski@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1096-2089")), person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = "aut", comment = c(ORCID = "0000-0002-7683-4592")), person("Poisson Consulting", role = c("cph", "fnd")) ) Description: Converts files to and from flobs. A flob is a file that was read into binary in integer-mode as little endian, saved as the single element of a named list (where the name is the name of the original file) and then serialized before being coerced into a blob. Flobs are useful for writing and reading files to and from databases. License: MIT + file LICENSE URL: https://github.com/poissonconsulting/flobr BugReports: https://github.com/poissonconsulting/flobr/issues Depends: R (>= 4.0) Imports: blob, chk, lifecycle, tools Suggests: covr, spelling, testthat (>= 3.0.0) RdMacros: lifecycle Config/Needs/website: poissonconsulting/poissontemplate Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2.9000 Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-07-15 07:35:51 UTC RemoteUrl: https://github.com/poissonconsulting/flobr RemoteRef: HEAD RemoteSha: 0c7745f86b89552be0df5aea11d66791c05f3f6f NeedsCompilation: no Packaged: 2026-07-18 08:38:50 UTC; root Author: Evan Amies-Galonski [aut, cre] (ORCID: ), Joe Thorley [aut] (ORCID: ), Poisson Consulting [cph, fnd] Maintainer: Evan Amies-Galonski