Skip to content

Commit c770132

Browse files
committed
fix e-mail
1 parent 3ce6bd2 commit c770132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +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")),
6-
person("Kirill", "Müller", , "hadley@rstudio.com", role = c("cre")),
5+
person("Hadley", "Wickham", role = c("aut")),
6+
person("Kirill", "Müller", , "krlmlr+r@mailbox.org", role = c("cre")),
77
person("RStudio", role = "cph")
88
)
99
Description: R's raw vector is useful for storing a single binary object.

0 commit comments

Comments
 (0)