Skip to content

Commit 9736c03

Browse files
committed
Merge pull request #10 from ropensci/ggplotly
better api and more testing for ggplotly
2 parents 3860461 + 56ac724 commit 9736c03

24 files changed

+594
-652
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: plotly
22
Type: Package
33
Title: Interactive, publication-quality graphs online.
4-
Version: 0.3.8
4+
Version: 0.4
55
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
66
email = "[email protected]"),
77
person("Scott", "Chamberlain", role = "aut",
@@ -22,8 +22,7 @@ BugReports: https://github.com/ropensci/plotly/issues
2222
Depends:
2323
RCurl,
2424
RJSONIO,
25-
ggplot2,
26-
plyr
25+
ggplot2
2726
Imports:
2827
knitr
2928
Suggests:

NAMESPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
export(getLegendList)
21
export(gg2list)
2+
export(group2NA)
33
export(layer2traces)
4+
export(paramORdefault)
45
export(plotly)
56
export(signup)
67
export(toRGB)
78
import(RCurl)
89
import(RJSONIO)
910
import(ggplot2)
1011
import(knitr)
11-
import(plyr)

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.4 -- 7 April 2014.
2+
3+
Re-write geom to trace conversion code.
4+
15
0.3.8 -- 21 March 2014.
26

37
ggplotly takes the last_plot() by default.

0 commit comments

Comments
 (0)