Non-interactive version of update_packages? #1260
Closed
Comments
This will be dealt with in remotes, particularly as we rethink how installation and updates should happen. |
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.
Currently, calling
update_packages()
without providing a list of packages to update prompts the user for confirmation, meaning the function cannot be used non-interactively. Does it make sense to add an argument to allow this prompt to be overridden (e.g.,update_packages(override = TRUE)
)?The text was updated successfully, but these errors were encountered: