-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Cannot install fgeo.misc #24
Comments
Hi Jess! I suspect the Can you share the output of getOption("repos")
#> CRAN RSPM
#> "http://package-proxy" "http://cran.rstudio.org" Created on 2021-02-17 by the reprex package (v1.0.0) I suspect your output has 'https://forestgeo.github.io/drat/'. In any case, try setting # What repos am I using
getOption("repos")
# Regardless, set repos to "http://cran.rstudio.org"
options(repos = "https://cran.rstudio.com/")
# Confirm
getOption("repos")
# Try again
devtools::install_github("forestgeo/fgeo.misc") |
Hi Mauro, Thank you very much for the help! I can now install fgeo.misc. |
It's possible that the old repo is configured in a file called ".Rprofile". You may access that file runing |
When attempting to load fgeo.misc using devtools, I receive the following error. Is there a way to redirect to the correct URL?
Error: Failed to install 'fgeo.misc' from GitHub:
(converted from warning) unable to access index for repository https://forestgeo.github.io/drat/src/contrib:
cannot open URL 'https://forestgeo.github.io/drat/src/contrib/PACKAGES'
The text was updated successfully, but these errors were encountered: