-
Notifications
You must be signed in to change notification settings - Fork 66
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
Installing from source on Mac #107
Comments
It may be related to #99 |
Looks like even though you've installed gfortran, R is still unable to find it. |
@mitchelloharawild The problem was solved after installing fortran from here. I posted my solution here so maybe others could find it useful. |
Oh, I see! Great, thanks for your tip! |
Thank you @dfalbel, installing |
In order to install from source on Mac I had to install gfortran as described here.
I was seeing some errors like this:
I am posting this here since it took me some time to figure out how to fix this and maybe, this post can help other people with the same problem.
The text was updated successfully, but these errors were encountered: