ropensci / visdat

Preliminary Exploratory Visualisation of Data

Home Page:https://docs.ropensci.org/visdat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deprecated gather_()` function from tidyr

AbdurrahmanMN opened this issue · comments

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. 

Hi there,

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