Package: blob
Title: A Simple S3 Class for Representing Vectors of Binary Data
        ('BLOBS')
Version: 1.1.1
Authors@R: c(
    person("Hadley", "Wickham", role = c("aut")),
    person("Kirill", "Müller", , "krlmlr+r@mailbox.org", role = c("cre")),
    person("RStudio", role = "cph")
  )
Description: R's raw vector is useful for storing a single binary object.
    What if you want to put a vector of them in a data frame? The 'blob'
    package provides the blob object, a list of raw vectors, suitable for
    use as a column in data frame.
License: GPL-3
URL: https://github.com/tidyverse/blob
BugReports: https://github.com/tidyverse/blob/issues
Imports: methods, prettyunits
Suggests: covr, pillar (>= 1.2.1), testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2018-03-24 09:35:46 UTC; muelleki
Author: Hadley Wickham [aut],
  Kirill Müller [cre],
  RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2018-03-25 15:30:26 UTC
