Skip to content

Carson scales free #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 11, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .push_test_table.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ git checkout gh-pages

mv ../code_commits.csv .
cat code_commits.csv
touch table.R
make

# add, commit, push to gh-pages branch of plotly-test-table
Expand Down
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: plotly
Type: Package
Title: Interactive, publication-quality graphs online.
Version: 0.5.23
Version: 0.5.24
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
email = "[email protected]"),
person("Scott", "Chamberlain", role = "aut",
Expand All @@ -13,7 +13,9 @@ Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
person("Marianne", "Corvellec", role="aut",
email="[email protected]"),
person("Pedro", "Despouy", role="aut",
email="[email protected]"))
email="[email protected]"),
person("Carson", "Sievert", role="aut",
email="[email protected]"))
Author: Chris Parmer
Maintainer: Marianne Corvellec <[email protected]>
License: MIT + file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.2): do not edit by hand
# Generated by roxygen2 (4.1.0): do not edit by hand

export(gg2list)
export(ggplot_build2)
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.24 -- 10 March 2015

Implemented #167

0.5.23 -- 10 March 2015.

geom_ribbon now respects alpha transparency
Expand Down
Loading