should submit_cran() emit a warning or ask for confirmation? #1228
Comments
It doesn't feel too dangerous to me as you still have to confirm submission with the email link. |
|
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is easy to spot this (say by auto-completion) and think it is what
release()
is. (Someone I know may have done this ;-) Perhaps an argument could be added to avoid this when called from within other functions (likerelease()
) but alert interactive users to the existence ofrelease()
, since that is likely what they want.The text was updated successfully, but these errors were encountered: