We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Function that produced the error: surv_summary(x)
surv_summary(x)
Warning msg:
`garher_()` was deprecated in tidyr 1.2.0 i Please use `gather()` instead.
The text was updated successfully, but these errors were encountered:
surv_median(x) also produces the warning for deprecated functions:
surv_median(x)
Warning message: `select_()` was deprecated in dplyr 0.7.0. ℹ Please use `select()` instead.
Sorry, something went wrong.
fixed in #579 and #665
No branches or pull requests
Function that produced the error:
surv_summary(x)
Warning msg:
The text was updated successfully, but these errors were encountered: