Package: flobr
Title: Convert Files to and from Binary Objects (BLOBs)
Version: 0.2.2
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-7683-4592")),
    person("Evan", "Amies-Galonski", , "evan@poissonconsulting.ca", role = "aut",
           comment = c(ORCID = "https://orcid.org/0000-0003-1096-2089")),
    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 (>= 3.5)
Imports: blob, chk, lifecycle, tools
Suggests: covr, spelling, testthat
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-10-27 20:53:18 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Evan Amies-Galonski [aut] (<https://orcid.org/0000-0003-1096-2089>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2021-10-27 21:30:14 UTC
Built: R 4.0.2; ; 2021-10-28 10:26:20 UTC; unix
