kassambara / survminer

Survival Analysis and Visualization
https://rpkgs.datanovia.com/survminer/
497 stars 161 forks source link

`select_()` was deprecated in dplyr 0.7.0. error #652

Open gdebreczeni opened 5 months ago

gdebreczeni commented 5 months ago

Warning message:

There was 1 warning in mutate(). ℹ In argument: survtable = purrr::map2(...). Caused by warning: ! select_() was deprecated in dplyr 0.7.0. ℹ Please use select() instead. ℹ The deprecated feature was likely used in the survminer package. Please report the issue at https://github.com/kassambara/survminer/issues. This warning is displayed once every 8 hours. Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

R>lifecycle::last_lifecycle_warnings() list()

mafed commented 4 months ago

was about to post the same thing 😅

trevorschrotz commented 2 months ago

I was going to add an issue for the same select_() error, but I found that it has already been logged. Thanks!

dariotru commented 1 month ago

Me too. thank you for updating.