Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Nov 9, 2016
1 parent cd93ab3 commit e0ef129
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ build_site.R
todo.R
.github/
inst/examples/flexdashboard
Untitled*
rsconnect/
revdep/
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ todo.R
inst/examples/*/*.html
inst/examples/*/rsconnect/*
.Rproj.user
Untitled*
rsconnect/
revdep/
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: plotly
Title: Create Interactive Web Graphics via 'plotly.js'
Version: 4.5.5.9000
Version: 4.5.6
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
email = "[email protected]"),
person("Chris", "Parmer", role = c("aut", "cph"),
Expand Down Expand Up @@ -56,6 +56,4 @@ Suggests:
webshot,
listviewer
LazyData: true
Remotes:
hadley/ggplot2
RoxygenNote: 5.0.1
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ hide_colorbar <- function(p) {
#'
#' @param p a plotly object.
#' @export
#' @seealso \code{\link{hide_colorbat}()}
#' @seealso \code{\link{hide_colorbar}()}
#' @examples
#'
#' p <- plot_ly(mtcars, x = ~wt, y = ~cyl, color = ~factor(cyl))
Expand Down
2 changes: 1 addition & 1 deletion man/export.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/hide_legend.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0ef129

Please sign in to comment.