Is your feature request related to a problem? Please describe.
I'm always frustrated when devtools::release() asks:
Have you checked on R-hub (with `check_rhub()`)?
However, devtools::check_rhub() says:
This function is deprecated and defunct since rhub v2.
Please see `?rhubv2` on transitioning to the new rhub functions.
NULL
Describe the solution you'd like
Don't ask about check_rhub().
Describe alternatives you've considered
Ignoring the question and lying in the reply.
Is your feature request related to a problem? Please describe.
I'm always frustrated when
devtools::release()asks:However,
devtools::check_rhub()says:Describe the solution you'd like
Don't ask about
check_rhub().Describe alternatives you've considered
Ignoring the question and lying in the reply.