mjskay / tidybayes

Bayesian analysis + tidy data + geoms (R package)
http://mjskay.github.io/tidybayes
GNU General Public License v3.0
710 stars 59 forks source link

Received error message with gather_draws and tidybayes #315

Closed wleuenberger closed 10 months ago

wleuenberger commented 10 months ago

Warning message: gather_() was deprecated in tidyr 1.2.0. ℹ Please use gather() instead. ℹ The deprecated feature was likely used in the tidybayes package. Please report the issue at https://github.com/mjskay/tidybayes/issues/new.

mjskay commented 10 months ago

That was fixed in tidybayes 3.0.3 --- please update (e.g. run update.packages()) and double check the output of packageVersion("tidybayes") is the latest (currently 3.0.6).