ropensci / visdat

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

`gather_()` was deprecated in tidyr 1.2.0. #154

Closed arora123 closed 1 year ago

arora123 commented 1 year ago

Calling vis_dat() for any data set produces this warning.

gather_() was deprecated in tidyr 1.2.0. ℹ Please use gather() instead. ℹ The deprecated feature was likely used in the visdat package.

This might create an error in the future.


A deprecated feature being used.

visdat::vis_dat(mtcars)
njtierney commented 1 year ago

Hi there!

Sorry I need to push the new changes from visdat onto CRAN now, this has been resolved in the latest dev version from GitHub :)

arora123 commented 1 year ago

Thanks!