@@ -32,8 +32,30 @@ After issues resolved for a given release:
32
32
1 . Commit these changes to a branch with ` ggplot2-<version>-rc ` , and push the
33
33
branch.
34
34
35
- 1 . Email ggplot2, ggplot2-dev, and the maintainers of packages that depend on
36
- ggplot2.
35
+ 1 . Email ggplot2, ggplot2-dev, and bcc the maintainers of packages that depend
36
+ on ggplot2 (` revdep_maintainers("ggplot2") ` ).
37
+
38
+ ```
39
+ Hi all,
40
+
41
+ We're very please to announce a release candidate for ggplot2 1.0.0! This
42
+ release celebrates the ggplot2 community: all improvements have been
43
+ contributed via pull requests.
44
+
45
+ We've made every effort to make sure that your existing ggplot2 graphics
46
+ continue to work. ggplot2 1.0.0 has passed R CMD check, all our existing
47
+ visual tests, and R CMD check on all dependencies. But it's still possible
48
+ that some bugs may have crept in, so we'd really appreciate it if you'd
49
+ try it out. It's easy to install the development version: first install
50
+ devtools, then run `devtools::install_github("hadley/[email protected] ")`.
51
+
52
+ We plan to submit ggplot2 to cran in two weeks, May 9. Please let us know if
53
+ you have any problems - your feedback is much appreciated. (If you're pretty
54
+ sure you've discovered a new bug, please start a new thread or file
55
+ an issue on github, otherwise it's a bit hard to track what's going on).
56
+
57
+ Hadley & Winston
58
+ ```
37
59
38
60
1. Check packages that depend on ggplot2 with `devtools::revdep_check()`
39
61
0 commit comments