ropensci / visdat

Preliminary Exploratory Visualisation of Data
https://docs.ropensci.org/visdat/
Other
450 stars 47 forks source link

deprecated gather_()` function from tidyr #153

Closed AbdurrahmanMN closed 1 year ago

AbdurrahmanMN commented 1 year ago

When running this in R visdat::vis_miss(airquality) %>% plotly::ggplotly() I had this output

Warning message:
`gather_()` was deprecated in tidyr 1.2.0.
i Please use `gather()` instead.
i The deprecated feature was likely used in the visdat package.
  Please report the issue at <https://github.com/ropensci/visdat/issues>.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated. 
njtierney commented 1 year ago

Hi there,

Thanks for this, this has been resolved in the development branch of visdat, which should be submitted to CRAN soon :)