harrelfe / rmsb

Regression Modeling Strategies Bayesian
16 stars 2 forks source link

Warning message: `survConcordance.fit` is deprecated #5

Closed krassowski closed 3 months ago

krassowski commented 1 year ago

It seems that the code in:

https://github.com/harrelfe/rmsb/blob/741eece7f5579f58dbe29e8d718281132dd1e676/R/blrm.r#L680-L684

needs to be updated to avoid the repetitive warning:

Warning message:
“'survival::survConcordance.fit' is deprecated.
Use 'concordancefit' instead.
See help("Deprecated")”
harrelfe commented 3 months ago

This was fixed in the last CRAN release, replacing the call with the new concordance function in survival.