Skip to content

Commit 315d27f

Browse files
committed
version bump for new ggplot2 version
1 parent 7b2e702 commit 315d27f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ggExtra
22
Title: Add Marginal Histograms to 'ggplot2', and More 'ggplot2' Enhancements
3-
Version: 0.5.2
3+
Version: 0.6
44
Authors@R: c(
55
person("Dean", "Attali", , "[email protected]", role = c("aut", "cre"))
66
)
@@ -13,7 +13,7 @@ Depends:
1313
R (>= 3.1.0)
1414
Imports:
1515
colourpicker (>= 0.1),
16-
ggplot2 (>= 1.0.0),
16+
ggplot2 (>= 2.2.0),
1717
grid (>= 3.1.3),
1818
gtable (>= 0.2.0),
1919
methods,

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# ggExtra 0.6
2+
3+
2016-11-04
4+
5+
- support new ggplot2 v2.2.0 (not backwards compatible unforunately because ggplot2 internals changed too much)
6+
17
# ggExtra 0.5.2
28

39
2016-10-03

0 commit comments

Comments
 (0)