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

select_() was deprecated in dplyr 0.7.0. ℹ Please use select()` instead. #627

Open
Ysann3 opened this issue May 30, 2023 · 0 comments
Open

Comments

@Ysann3
Copy link

Ysann3 commented May 30, 2023

Expected behavior

survminer::surv_median(KM.est)

        ## strata median lower upper
        ## 1 All 25.0502 15.9254 49.1535

Actual behavior

>   survminer::surv_median(KM.est)
  strata median    lower upper
1    All     NA 30.57639    NA

Warning:
`select_()` was deprecated in dplyr 0.7.0.
ℹ Please use `select()` instead.
ℹ The deprecated feature was likely used in the survminer package.
  Please report the issue at <https://github.com/kassambara/survminer/issues>.
---
Backtrace:
    ▆
 1. ├─survminer::surv_median(KM.est)
 2. │ └─survminer (local) .median(fit)
 3. │   └─.table %>% ...
 4. └─dplyr::select_(...)
 5.   └─dplyr:::lazy_deprec("select", hint = FALSE)

Steps to reproduce the problem

called ##lifecycle::last_lifecycle_warnings()

session_info()

# please paste here the result of
devtools::session_info()
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

1 participant