Skip to content

Commit 89ee03b

Browse files
committed
add more news; remove redundant docs
1 parent bd5f147 commit 89ee03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CHANGES:
44

55
Upgrade to plotlyjs v1.10.0 -- https://github.com/plotly/plotly.js/releases/tag/v1.9.0
66

7+
Distinguish between "built" (plotly_built) and "non-built" (plotly_hash) plotly objects. See #562
8+
79

810
3.5.0 -- 19 Apr 2016
911

R/print.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#' @param x a plotly object
44
#' @param ... additional arguments
55
#' @export
6-
#' @importFrom htmlwidgets createWidget
7-
#' @importFrom htmlwidgets sizingPolicy
86
print.plotly_hash <- function(x, ...) {
97
x <- as.widget(x)
108
print(x, ...)

0 commit comments

Comments
 (0)