Skip to content

roadmap

hadley edited this page Nov 26, 2010 · 5 revisions

ggplot2 0.8.9

Many bug fixes, particularly contributed by Kohske Takahashi. Just needs testing before release.

ggplot 0.9 "diaspora"

Remove functionality from ggplot2, and instead use packages:

  • ggplot_layers
  • ggplot_scales
  • ggplot_bin
  • ggplot_legends
  • ggplot_spatial
  • ggplot_coord
  • lubridate
  • reshape2
  • fortify

ggplot2 1.0

  • easy access to scales, making it possible to compute the coordinates of data yourself

Better development practices:

  • remove dependency on proto, and convert all methods to S3.
  • use roxygen + helpr instead of home grown documentation system
  • NAMESPACE, exporting minimal functions

Note: The ggplot2 wiki is no longer maintained, please use the ggplot2 website instead!

Clone this wiki locally