calbertsen / argosTrack

R package for fitting animal movement models to Argos (or other types of location) data
12 stars 7 forks source link

trouble installing argosTrack #5

Closed melindaconners closed 5 years ago

melindaconners commented 5 years ago

Hello,

I am trying to install argosTrack trying both: R> devtools::install_github("calbertsen/argosTrack") R> devtools::install_github("calbertsen/argosTrack",ref="mac")

but am encountering this error: Error: HTTP error 404. Not Found Did you spell the repo owner (calbertsen) and repo name (argosTrack) correctly?

I have have devtools and TMB installed and am running R on Mac 10.13.6 High Sierra. Have you encountered this before?

Any help would be much appreciated. Thank you for your work on this package - I'm looking forward to trying it out.

Melinda

calbertsen commented 5 years ago

I haven’t seen that error before, but the mac branch doesn’t exist any more. It was merged in to the master branch, so it makes sense to get the error for that branch.

Does it work if you run:

devtools::install_github("calbertsen/argosTrack/argosTrack", ref = "master")

melindaconners commented 5 years ago

That worked - Thanks much!