Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
autumnlynn opened this issue Mar 27, 2018 · 5 comments
Closed

Comments

@autumnlynn
Copy link

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
Copy link
Owner

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
Copy link
Author

autumnlynn commented Mar 27, 2018 via email

@calbertsen
Copy link
Owner

Hi Autumn-Lynn,

Does it work if you install using:

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

?

Best,
Christoffer

@autumnlynn
Copy link
Author

autumnlynn commented Mar 27, 2018 via email

@calbertsen
Copy link
Owner

The fix is merged to the master branch in 602fe8f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants