kassambara / survminer

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

Please update reference to `gather_()` in your code to `gather()` as the former was deprecated in tidyr 1.2.0 #618

Closed lgirola closed 2 weeks ago

lgirola commented 1 year ago

I just received the following message in running a Cox proportional hazards multivariate model (running survival and survminer packages), as shown in the image below:

Image1

josemss commented 1 year ago

geomsmooth() using formula = 'y ~ x' Warning message: gather() was deprecated in tidyr 1.2.0. ℹ Please use gather() 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.

kassambara commented 2 weeks ago

fixed in #579 and #665