```r options(warnPartialMatchArgs = TRUE) library(ggplot2) library(plotly, warn.conflicts = FALSE) ggplotly(ggplot(mtcars, aes(wt, mpg)) + geom_point()) ``` issues ``` Warning message: In dev_fun(file = tempfile(), width = width %||% 640, height = height %||% : partial argument match of 'file' to 'filename' ``` https://github.com/ropensci/plotly/blob/bdfdc4b15e6c3cb389384b422cfed7355dcce202/R/ggplotly.R#L179-L200 Related: https://github.com/tidyverse/ggplot2/pull/2364/commits/93882e6bf30c36933f4bf9d463063c7f1daa2d41