I recently put together an R package for my company and am trying to figure out why we are all getting 404 errors trying to install it via the RStudio command line. We all have access to the repo (can open it in GitHub). We can download it and install it fine, but if we try to use install_github() it fails. I have been beating my head against a wall for hours now trying to figure this out.
github repo is HDR-D3/HDRRAS
install_packages("HDR-D3/HDRRAS")
devtools::install_github("HDR-D3/HDRRAS")
remotes::install_github("HDR-D3/HDRRAS")
everything yields the same error:
Error: Failed to install 'HDRRAS' from GitHub:
HTTP error 404.
Not Found
Did you spell the repo owner (`HDR-D3`) and repo name (`HDRRAS`) correctly?
- If spelling is correct, check that you have the required permissions to access the repo.