We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d85ed3 commit 133847dCopy full SHA for 133847d
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: ggplot2
2
Type: Package
3
Title: An implementation of the Grammar of Graphics
4
-Version: 0.9.2.99
+Version: 0.9.3
5
Author: Hadley Wickham <h.wickham@gmail.com>, Winston Chang <winston@stdout.org>
6
Maintainer: Hadley Wickham <h.wickham@gmail.com>
7
Description: An implementation of the grammar of graphics
@@ -23,7 +23,7 @@ Imports:
23
grid,
24
gtable (>= 0.1.1),
25
reshape2,
26
- scales (>= 0.2.2.99.1),
+ scales (>= 0.2.3),
27
proto,
28
MASS
29
Suggests:
NEWS
@@ -1,4 +1,4 @@
-ggplot2 0.9.2.99
+ggplot2 0.9.3
----------------------------------------------------------------
* The `plotmatrix` function has been deprecated and prints a warning
0 commit comments