Skip to content

Commit 498455d

Browse files
committed
Update version and docs
1 parent ab4ca1c commit 498455d

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

DESCRIPTION

+1-1
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.31
4+
Version: 0.6.1
55
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
66
email = "[email protected]"),
77
person("Scott", "Chamberlain", role = "aut",

NEWS

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
0.5.31 -- 5 May 2015
1+
0.6.1 -- 5 May 2015
22

33
Add test-cookbook-lines.R and fix bugs that showed up in those tests.
44

5+
0.6 -- 4 May 2015
6+
7+
Let gg2list() return a figure object (backwards incompatible change).
8+
59
0.5.30 -- 4 May 2015
610

711
Let gg2list() return a figure object.

R/plotly-package.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' \itemize{
88
#' \item Package: plotly
99
#' \item Type: Package
10-
#' \item Version: 0.5.30
10+
#' \item Version: 0.6.1
1111
#' \item Date: 2014-03-07
1212
#' \item License: MIT
1313
#' }

R/plotly.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For more help, see https://plot.ly/R or contact <[email protected]>.")
8282

8383
# public attributes/methods that the user has access to
8484
pub <- list(username=username, key=key, filename="from api", fileopt=NULL,
85-
version="0.5.30")
85+
version="0.6.1")
8686
priv <- list()
8787

8888
pub$makecall <- function(args, kwargs, origin) {

man/layer2traces.Rd

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layer2traces(l, d, misc)
1111

1212
\item{d}{one layer of calculated data from ggplot2::ggplot_build(p)}
1313

14-
\item{misc}{named list.}
14+
\item{misc}{named list of plot info, independent of layer.}
1515
}
1616
\value{
1717
list representing a layer, with corresponding aesthetics, ranges, and groups.

man/plotly-package.Rd

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An example of an interactive graph made from the R API: https://plot.ly/~chris/4
1515
\itemize{
1616
\item Package: plotly
1717
\item Type: Package
18-
\item Version: 0.5.30
18+
\item Version: 0.6.1
1919
\item Date: 2014-03-07
2020
\item License: MIT
2121
}

0 commit comments

Comments
 (0)