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