Skip to content

Commit 3080658

Browse files
committed
account for htmlwidgets patch release; closes #1868
1 parent 9bc585a commit 3080658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/shiny.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ plotlyOutput <- function(outputId, width = "100%", height = "400px",
3434
package = "plotly",
3535
reportSize = TRUE
3636
)
37-
if (is_available("shiny", "1.4.0.9003") && is_available("htmlwidgets", "1.5.1.9001")) {
37+
if (is_available("shiny", "1.4.0.9003") && is_available("htmlwidgets", "1.5.2.9000")) {
3838
args$reportTheme <- reportTheme
3939
}
4040
do.call(htmlwidgets::shinyWidgetOutput, args)

0 commit comments

Comments
 (0)