jedalong / wildlifeTG

R Package for Time Geographic Analysis of Wildlife Tracking Data
6 stars 0 forks source link

Cannot install package #4

Closed melprice closed 2 years ago

melprice commented 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:

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!

melprice commented 2 years ago

I solved the issue with this code: options(download.file.method = "wininet") devtools::install_github("jedalong/wildlifeTG")