Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lgirola opened this issue Mar 22, 2023 · 2 comments

Comments

@lgirola
Copy link

lgirola commented Mar 22, 2023

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
Copy link

josemss commented Mar 23, 2023

geom_smooth() 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
Copy link
Owner

fixed in #579 and #665

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants