We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 615057a + bf77a62 commit 3ce6bd2Copy full SHA for 3ce6bd2
DESCRIPTION
@@ -2,7 +2,8 @@ Package: blob
2
Title: A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
3
Version: 1.0.0.9002
4
Authors@R: c(
5
- person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
+ person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut")),
6
+ person("Kirill", "Müller", , "hadley@rstudio.com", role = c("cre")),
7
person("RStudio", role = "cph")
8
)
9
Description: R's raw vector is useful for storing a single binary object.
0 commit comments