Package: flobr
Title: Convert Files to and from Binary Objects (BLOBs)
Version: 0.2.0
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
Depends: R (>= 3.3.0)
Imports: checkr, blob (>= 1.2.0), tools
Suggests: covr, spelling, testthat
URL: https://github.com/poissonconsulting/flobr
BugReports: https://github.com/poissonconsulting/flobr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Language: en-US
NeedsCompilation: no
Packaged: 2019-07-25 17:45:32 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: 2019-07-25 18:00:02 UTC
