-
Notifications
You must be signed in to change notification settings - Fork 2k
roadmap
Mara Averick edited this page Nov 2, 2018
·
5 revisions
Note: The ggplot2 wiki is no longer maintained, please use the ggplot2 website instead!
Many bug fixes, particularly contributed by Kohske Takahashi. Just needs testing before release.
Remove functionality from ggplot2, and instead use packages:
- ggplot_layers
- ggplot_scales
- ggplot_bin
- ggplot_legends
- ggplot_spatial
- ggplot_coord
- lubridate
- reshape2
- fortify
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
- easy access to scales, making it possible to compute the coordinates of data yourself