Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Package: blob
Title: A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
Version: 1.0.0.9002
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut")),
person("Kirill", "Müller", , "hadley@rstudio.com", role = c("cre")),
person("RStudio", role = "cph")
)
Description: R's raw vector is useful for storing a single binary object.
Expand Down