Package: flobr
Title: Convert Files to and from Binary Objects (BLOBs)
Version: 0.2.1
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", c("aut", "cre"), 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 (>= 3.5)
Imports: chk, blob, tools, lifecycle
Suggests: covr, spelling, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
RdMacros: lifecycle
Language: en-US
NeedsCompilation: no
Packaged: 2020-05-15 16:34:07 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2020-05-15 17:20:10 UTC
