Skip to content
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
2 changes: 1 addition & 1 deletion 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.30
Version: 0.6
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
email = "[email protected]"),
person("Scott", "Chamberlain", role = "aut",
Expand Down
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0.5.30 -- 4 May 2015
0.6 -- 4 May 2015

Let gg2list() return a figure object.
Let gg2list() return a figure object (backwards incompatible change).

0.5.29 -- 16 April 2015

Expand Down
2 changes: 1 addition & 1 deletion R/plotly-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' \itemize{
#' \item Package: plotly
#' \item Type: Package
#' \item Version: 0.5.30
#' \item Version: 0.6
#' \item Date: 2014-03-07
#' \item License: MIT
#' }
Expand Down
2 changes: 1 addition & 1 deletion R/plotly.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For more help, see https://plot.ly/R or contact <[email protected]>.")

# public attributes/methods that the user has access to
pub <- list(username=username, key=key, filename="from api", fileopt=NULL,
version="0.5.30")
version="0.6")
priv <- list()

pub$makecall <- function(args, kwargs, origin) {
Expand Down
2 changes: 1 addition & 1 deletion man/plotly-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An example of an interactive graph made from the R API: https://plot.ly/~chris/4
\itemize{
\item Package: plotly
\item Type: Package
\item Version: 0.5.30
\item Version: 0.6
\item Date: 2014-03-07
\item License: MIT
}
Expand Down