Package: flobr
Title: Convert Files to and from Binary Objects (BLOBs)
Version: 0.1.0
Authors@R: 
  person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592"))
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 extension
    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.
URL: https://github.com/poissonconsulting/flobr
BugReports: https://github.com/poissonconsulting/flobr/issues
Depends: R (>= 3.3.0)
Imports: err, checkr, blob, tools
Suggests: covr, spelling, testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Language: en-CA
NeedsCompilation: no
Packaged: 2018-11-02 22:41:43 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>)
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2018-11-14 10:40:06 UTC
