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

problem #661

Closed
yourusern opened this issue Sep 26, 2024 · 1 comment
Closed

problem #661

yourusern opened this issue Sep 26, 2024 · 1 comment

Comments

@yourusern
Copy link

Expected behavior

no warning

Actual behavior

geom_smooth() using formula = 'y ~ x'
Warnmeldung:
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.

Steps to reproduce the problem

library(survival)
library(survminer)

vfit <- coxph(Surv(time,status) ~ trt + factor(celltype) +
karno + age, data=veteran, x=TRUE)

ggcoxdiagnostics(vfit, type = "schoenfeld")

session_info()

# please paste here the result of
devtools::session_info()
@kassambara
Copy link
Owner

fixed in #665 and #579

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

2 participants