Skip to content

Commit 6b19bcc

Browse files
committed
Prepare for CRAN release
1 parent f9b0d92 commit 6b19bcc

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: ggplot2
2-
Version: 2.0.0.9001
2+
Version: 2.1.0
33
Authors@R: c(
44
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
55
person("Winston", "Chang", , "winston@rstudio.com", "aut"),
@@ -39,9 +39,6 @@ Suggests:
3939
quantreg,
4040
knitr,
4141
svglite
42-
Remotes:
43-
hadley/gtable,
44-
hadley/scales
4542
Enhances: sp
4643
License: GPL-2
4744
URL: http://ggplot2.org, https://github.com/hadley/ggplot2

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ggplot2 2.0.0.9000
1+
# ggplot2 2.1.0
22

33
## New features
44

cran-comments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ There were no ERRORs or WARNINGs. I see one NOTE:
1919
## Reverse dependencies
2020

2121
* I ran `R CMD check` on 674 all reverse dependencies
22-
(summary at https://github.com/hadley/ggplot2/blob/master/revdep/)
22+
(summary at https://github.com/hadley/ggplot2/blob/master/revdep/).
23+
I checked with the dev versions of ggplot2, scales, and gtable, in an
24+
effort to maximise problems found.
2325

2426
* Maintainers with NOTEs, WARNINGs, or ERRORS were notified on Feb 10,
2527
and again on Feb 25. I have switched to a new automated system for

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ citEntry(entry = "book",
66
publisher = "Springer-Verlag New York",
77
year = "2009",
88
isbn = "978-0-387-98140-6",
9-
url = "http://had.co.nz/ggplot2/book",
9+
url = "http://ggplot2.org",
1010
textVersion = "H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2009."
11-
)
11+
)

0 commit comments

Comments
 (0)