Closed melprice closed 2 years ago
I tried installing this package using both devtools::install_github("jedalong/wildlifeTG") and remotes::install_github('jedalong/wildlifeTG') but received the following error:
devtools::install_github("jedalong/wildlifeTG")
remotes::install_github('jedalong/wildlifeTG')
Downloading GitHub repo jedalong/wildlifeTG@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/jedalong/wildlifeTG/tarball/HEAD'
Can some one point me in the right direction? Thanks!
I solved the issue with this code: options(download.file.method = "wininet") devtools::install_github("jedalong/wildlifeTG")
options(download.file.method = "wininet")
I tried installing this package using both
devtools::install_github("jedalong/wildlifeTG")
andremotes::install_github('jedalong/wildlifeTG')
but received the following error:Downloading GitHub repo jedalong/wildlifeTG@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/jedalong/wildlifeTG/tarball/HEAD'
Can some one point me in the right direction? Thanks!