Hi all,
We're getting very close to another release of ggplot2. I think it's
now at the point where it would be useful for more people to start
trying out the development version. The easiest way to get it is:
install.packages("devtools")
library(devtools)
dev_mode() # to avoid clobbering existing install
install_github("scales")
install_github("ggplot2")
Please read the news file for an extensive list of changes:
news(Version == "0.9.0", package = "ggplot2")
If you do discover problems, please sign up for the ggplot-dev mailing
list and discuss them there. That will help keep discussions about
the released version separate from the development version.
You can follow progress on bugs etc at
https://github.com/hadley/ggplot2/issues?milestone=1
Thanks!
Hadley