Skip to content

Commit 3ce6bd2

Browse files
authored
Merge pull request #6 from krlmlr/f-maint
- New maintainer: Kirill Müller.
2 parents 615057a + bf77a62 commit 3ce6bd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Package: blob
22
Title: A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
33
Version: 1.0.0.9002
44
Authors@R: c(
5-
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
5+
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut")),
6+
person("Kirill", "Müller", , "hadley@rstudio.com", role = c("cre")),
67
person("RStudio", role = "cph")
78
)
89
Description: R's raw vector is useful for storing a single binary object.

0 commit comments

Comments
 (0)