install_version issue when `length(getOption("repos"))>1` #721
Comments
thanks! |
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 looks like
install_version
expectsgetOption("repos")
to be a length-1 vector:Now set repos to a single element:
works fine.
(This is especially problematic on Windows since the default repos option includes both CRAN and CRANextra ...)
The text was updated successfully, but these errors were encountered: