Skip to content

Commit 0e23177

Browse files
authored
Merge pull request #736 from ropensci/fix/ggplot2
fixes for ggroto facets
2 parents 3bf9f04 + e259710 commit 0e23177

File tree

3 files changed

+144
-88
lines changed

3 files changed

+144
-88
lines changed

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ URL: https://plot.ly/r, https://cpsievert.github.io/plotly_book/, https://github
2121
BugReports: https://github.com/ropensci/plotly/issues
2222
Depends:
2323
R (>= 3.2.0),
24-
ggplot2 (>= 2.1.0)
24+
ggplot2 (> 2.1.0)
2525
Imports:
2626
scales,
2727
httr,
@@ -56,4 +56,6 @@ Suggests:
5656
webshot,
5757
listviewer
5858
LazyData: true
59+
Remotes:
60+
hadley/ggplot2
5961
RoxygenNote: 5.0.1

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 4.5.5.9000
22

3+
## CHANGES
4+
5+
* Now requires a version of __ggplot2__ higher than 2.1.0 because the new ggproto faceting infrastructure introduced breaking changes.
6+
37
## BUG FIXES
48

59
* When `height`/`width` are specified in `ggplotly()`, relative sizes are now translated correctly. Fixes #489 and #510.

0 commit comments

Comments
 (0)