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
[INFO] Running `sudo` for installing gfortran. This might need your password.
Password:
[INFO] Downloading https://github.com/R-macos/gcc-darwin-arm64/releases/download/R-4.2.0-release/gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz -> /tmp/rig/gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz
[INFO] Unpacking gfortran
[INFO] Updating gfortran link to your Apple SDK
[INFO] > Updating gfortran SDK path to /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
Then, attempting to install a package with fortran code:
Setting up a new Mac, I ran
producing output:
Then, attempting to install a package with fortran code:
It seems that the gfortran that rig installs is not automatically found by the R that rig installes.
The solution was relatively simple: install the gfortran package linked to from https://mac.r-project.org/tools (link)
The text was updated successfully, but these errors were encountered: