You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I don't believe this should be the expected behavior.
The text was updated successfully, but these errors were encountered:
carloscinelli
changed the title
Error in getOption("repos")[["CRAN"]] : subscript out of bounds
release() --- Error in getOption("repos")[["CRAN"]] : subscript out of bounds
Dec 21, 2018
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/
lockbot
locked and limited conversation to collaborators
Feb 28, 2020
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
After the third question in
release()
devtools throws an error with:Error in getOption("repos")[["CRAN"]] : subscript out of bounds
I can fix this by manually changing
options(repos = list(CRAN = "http://cran.us.r-project.org"))
But I don't believe this should be the expected behavior.
The text was updated successfully, but these errors were encountered: