ropensci / visdat

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

visdat::vis_miss uses deprecated function #155

Closed ReedMerrill closed 1 year ago

ReedMerrill commented 1 year ago

visdat::vis_miss calls gather_ from Tidyr, which now produces the following warning message:

Warning message:
`gather_()` was deprecated in tidyr 1.2.0.
ℹ Please use `gather()` instead.

I can confirm that I am using tidyr >1.2

njtierney commented 1 year ago

Hi there! Thanks for posting!

I'm working on submitting a patch for visdat this week, the current development version of visdat from github removes this issue :)

njtierney commented 1 year ago

Now resolved