r-lib / revdepcheck

R package reverse dependency checking
https://revdepcheck.r-lib.org
Other
99 stars 31 forks source link

Remove eta #348

Closed hadley closed 1 year ago

hadley commented 1 year ago

It's usually very wrong because the check times are so right-skewed

gaborcsardi commented 1 year ago

Agreed, thanks!

bbolker commented 1 year ago

Hmm. I haven't looked at the code, but is there a possibility of using a more robust prediction (median)?

gaborcsardi commented 1 year ago

@bbolker this is only for cloud_check(), which is not public at this point. It does not affect revdep_check().

To answer your question, it is not possible, because all checks run in parallel.