We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
check_rhub()
release()
Is your feature request related to a problem? Please describe.
I'm always frustrated when devtools::release() asks:
devtools::release()
Have you checked on R-hub (with `check_rhub()`)?
However, devtools::check_rhub() says:
devtools::check_rhub()
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.
The text was updated successfully, but these errors were encountered:
Same problem
Sorry, something went wrong.
Related to #2500, which is to deprecate release(), because it's got various outdated bits in it (and is missing some more modern bits).
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: