You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
And then with the package devtools install directly from GitHub:
The text was updated successfully, but these errors were encountered: