As the title says, the vec_detect_complete() function fails via a stack overflow issue for Surv() object data. Most likely happening because Surv() objects are matrices
I imagine this is https://github.com/r-lib/vctrs/issues/1370, due to kind of a crappy as.data.frame.Surv method that we are probably going to have to manually work around
As the title says, the
vec_detect_complete()
function fails via a stack overflow issue forSurv()
object data. Most likely happening becauseSurv()
objects are matrices