juliasilge / widyr

Widen, process, and re-tidy a dataset
http://juliasilge.github.io/widyr/
Other
327 stars 29 forks source link

tbl_df() was deprecated in dplyr 1.0.0. #37

Closed DiabbZegpi closed 2 years ago

DiabbZegpi commented 3 years ago

As today (2021-06-29) R throws a warning when using pairwise_cor() funciton. Here is the full message:

Warning message:
`tbl_df()` was deprecated in dplyr 1.0.0.
Please use `tibble::as_tibble()` instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 
> lifecycle::last_warnings()
[[1]]
<deprecated>
message: `tbl_df()` was deprecated in dplyr 1.0.0.
Please use `tibble::as_tibble()` instead.
Backtrace:
 1. `%>%`(...)
 9. dplyr::tbl_df(.)
juliasilge commented 2 years ago

This is now fixed. Thank you! 🙌