Skip to content

Warning: partial argument match of 'file' to 'filename' #1977

Open
@bersbersbers

Description

@bersbersbers
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: tidyverse/ggplot2@93882e6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions