Skip to content

Commit de1ad63

Browse files
committed
Merge branch 'master' of https://github.com/ropensci/plotly into carson-travis-native
2 parents dad23b1 + d185f67 commit de1ad63

27 files changed

+621
-211
lines changed

.push_test_table.sh

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ git checkout gh-pages
3838

3939
mv ../code_commits.csv .
4040
cat code_commits.csv
41+
touch table.R
4142
make
4243

4344
# add, commit, push to gh-pages branch of plotly-test-table

DESCRIPTION

+4-2
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.5.22
4+
Version: 0.5.24
55
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
66
email = "[email protected]"),
77
person("Scott", "Chamberlain", role = "aut",
@@ -13,7 +13,9 @@ Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
1313
person("Marianne", "Corvellec", role="aut",
1414
1515
person("Pedro", "Despouy", role="aut",
16-
16+
17+
person("Carson", "Sievert", role="aut",
18+
1719
Author: Chris Parmer
1820
Maintainer: Marianne Corvellec <[email protected]>
1921
License: MIT + file LICENSE

NAMESPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by roxygen2 (4.0.2): do not edit by hand
1+
# Generated by roxygen2 (4.1.0): do not edit by hand
22

33
export(gg2list)
44
export(ggplot_build2)

NEWS

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.5.24 -- 10 March 2015
2+
3+
Implemented #167
4+
5+
0.5.23 -- 10 March 2015.
6+
7+
geom_ribbon now respects alpha transparency
8+
19
0.5.22 -- 2 March 2015.
210

311
Fixes for ylim() #171.

0 commit comments

Comments
 (0)