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

Warning in surv_median: select_() is deprecated as of dplyr 0.7.0. #509

Closed
xinyihou opened this issue Jan 26, 2021 · 1 comment
Closed

Comments

@xinyihou
Copy link

When I use the function surv_median, I received the warning that select_() is deprecated as of dplyr 0.7.0. Please use select() instead.

Could you update the code to use select()? Thanks!

Reference:

dplyr::select_(.dots = c("strata", "median", "`0.95LCL`", "`0.95UCL`"))

@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

2 participants