Skip to content

Commit a6494bf

Browse files
committed
Update with rstudio emails
1 parent 1b9c3b6 commit a6494bf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Package: ggplot2
22
Version: 2.0.0
33
Authors@R: c(
4-
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
5-
person("Winston", "Chang", , "[email protected]", "aut")
4+
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
5+
person("Winston", "Chang", , "[email protected]", "aut"),
6+
person("RStudio", role = "cph")
67
)
78
Title: An Implementation of the Grammar of Graphics
89
Description: An implementation of the grammar of graphics in R. It combines the

cran-comments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ There were no ERRORs or WARNINGs. I see one NOTE:
1515
I think the problem is a poorly configured webserver:
1616
`curl http://fueleconomy.gov` works, but `curl -I http://fueleconomy.gov`
1717
(which sends a HEAD request) does not.
18+
19+
I've also updated my email address to [email protected]
1820

1921
## Downstream dependencies
2022

0 commit comments

Comments
 (0)