calbertsen / argosTrack

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

package ‘argosTrack’ is not available (for R version 3.3.2) #1

Closed autumnlynn closed 6 years ago

autumnlynn commented 6 years ago

Hello --

I'm writing to inquire if this package is still being maintained (and plans for long-term maintenance). I received an error upon install that it is not available for 3.3 (and R is now on 3.4). Seems to have some advantages over crawl and was hoping to try it out.

Thanks!

calbertsen commented 6 years ago

Hello,

The package is being maintained, however, it is not yet on CRAN, so you have to install it using the devtools package.

On Windows, you need to install Rtools from this page: https://cran.r-project.org/bin/windows/Rtools/ Then you can install devtools, TMB, and RcppEigen from CRAN:

install.packages(c("devtools","RcppEigen","TMB"))

Finally, the argosTrack package can be installed by running:

library(devtools)
install_github("calbertsen/argosTrack")

Let me know if there is any trouble installing this way.

Christoffer

autumnlynn commented 6 years ago

Hi Christoffer -

Thanks very much for the information and the reply.

I did previously attempt installing using devtools, however, compilation is failing and I’m being tossed multiple errors. Having a bit of trouble discerning whether it’s on my end, or the package compatibility, etc. TMB seems to be installed.

If you’ve seen any of the below errors previously, I’d appreciate the help!

Cheers, Autumn-Lynn

Installing TMB '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save --no-restore \ --quiet CMD INSTALL \

'/private/var/folders/_3/gjxy29_n0m783b3wxlkpychr0000gn/T/RtmpMm3MHN/devtoolse43e750b3c86/TMB' \

--library='/Library/Frameworks/R.framework/Versions/3.3/Resources/library' --install-tests

'/private/var/folders/_3/gjxy29_n0m783b3wxlkpychr0000gn/T/RtmpMm3MHN/devtoolse43e402be758/calbertsen-argosTrack-5c38754' \

--library='/Library/Frameworks/R.framework/Versions/3.3/Resources/library' --install-tests

From: Christoffer Moesgaard Albertsen notifications@github.com notifications@github.com Reply: calbertsen/argosTrack reply@reply.github.com reply@reply.github.com Date: March 27, 2018 at 2:25:03 PM To: calbertsen/argosTrack argostrack@noreply.github.com argostrack@noreply.github.com Cc: autumnlynn autumnlynn.harrison@gmail.com autumnlynn.harrison@gmail.com, Author author@noreply.github.com author@noreply.github.com Subject: Re: [calbertsen/argosTrack] package ‘argosTrack’ is not available (for R version 3.3.2) (#1)

Hello,

The package is being maintained, however, it is not yet on CRAN, so you have to install it using the devtools package.

On Windows, you need to install Rtools from this page: https://cran.r-project.org/bin/windows/Rtools/ Then you can install devtools, TMB, and RcppEigen from CRAN:

install.packages(c("devtools","RcppEigen","TMB"))

Finally, the argosTrack package can be installed by running:

library(devtools) install_github("calbertsen/argosTrack")

Let me know if there is any trouble installing this way.

Christoffer

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/calbertsen/argosTrack/issues/1#issuecomment-376626634, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ469nqfvDqVnt1AXoM4BGRR-hLtjTZVks5tioP-gaJpZM4S9M1d .

calbertsen commented 6 years ago

Hi Autumn-Lynn,

Does it work if you install using:

install_github("calbertsen/argosTrack",ref="mac")

?

Best, Christoffer

autumnlynn commented 6 years ago

Success :) Thank you. Looking forward to exploring. Sorry to bother you if I missed that somewhere!

From: Christoffer Moesgaard Albertsen notifications@github.com notifications@github.com Reply: calbertsen/argosTrack reply@reply.github.com reply@reply.github.com Date: March 27, 2018 at 3:32:07 PM To: calbertsen/argosTrack argostrack@noreply.github.com argostrack@noreply.github.com Cc: autumnlynn autumnlynn.harrison@gmail.com autumnlynn.harrison@gmail.com, Author author@noreply.github.com author@noreply.github.com Subject: Re: [calbertsen/argosTrack] package ‘argosTrack’ is not available (for R version 3.3.2) (#1)

Hi Autumn-Lynn,

Does it work if you install using:

install_github("calbertsen/argosTrack",ref="mac")

?

Best, Christoffer

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/calbertsen/argosTrack/issues/1#issuecomment-376647079, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ469osXu85uxR00n14KYM06Sk1-mc2vks5tipO3gaJpZM4S9M1d .

calbertsen commented 6 years ago

The fix is merged to the master branch in 602fe8f0169e7a0392e8eeac09ef3bfb8d5289e6