Skip to content

Commit e0ef129

Browse files
committed
prepare for release
1 parent cd93ab3 commit e0ef129

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.Rbuildignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ build_site.R
88
todo.R
99
.github/
1010
inst/examples/flexdashboard
11+
Untitled*
12+
rsconnect/
13+
revdep/

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ todo.R
99
inst/examples/*/*.html
1010
inst/examples/*/rsconnect/*
1111
.Rproj.user
12+
Untitled*
13+
rsconnect/
14+
revdep/

DESCRIPTION

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
22
Title: Create Interactive Web Graphics via 'plotly.js'
3-
Version: 4.5.5.9000
3+
Version: 4.5.6
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "cpsievert1@gmail.com"),
66
person("Chris", "Parmer", role = c("aut", "cph"),
@@ -56,6 +56,4 @@ Suggests:
5656
webshot,
5757
listviewer
5858
LazyData: true
59-
Remotes:
60-
hadley/ggplot2
6159
RoxygenNote: 5.0.1

R/helpers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ hide_colorbar <- function(p) {
113113
#'
114114
#' @param p a plotly object.
115115
#' @export
116-
#' @seealso \code{\link{hide_colorbat}()}
116+
#' @seealso \code{\link{hide_colorbar}()}
117117
#' @examples
118118
#'
119119
#' p <- plot_ly(mtcars, x = ~wt, y = ~cyl, color = ~factor(cyl))

man/export.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/hide_legend.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)