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

[ Suggestion ] Mac OS X installation guide #2

Open
CarlesCG opened this issue Jun 7, 2015 · 0 comments
Open

[ Suggestion ] Mac OS X installation guide #2

CarlesCG opened this issue Jun 7, 2015 · 0 comments

Comments

@CarlesCG
Copy link

CarlesCG commented Jun 7, 2015

For those on Mac OS X that want to get the package abrem install (at least from GitHub) the library -lgfortran is necessary. Here my work around:

# In order to get lgfortran for Mac OS. Execute at the terminal 
curl -O http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2
sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /

And then with the package devtools install directly from GitHub:

library(devtools)
install_github( "Abernethy/abremPivotals@dev-public")
install_github( "Abernethy/abremDebias")
install_url("http://download.r-forge.r-project.org/src/contrib/debias_0.1.9.tar.gz")
install_github( "Abernethy/abrem@dev-public")

library(abrem)
  • Might be worth to add a README with some of the install instructions?
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

1 participant