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
Copy file name to clipboardExpand all lines: content/post/r-on-apple-silicon/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,9 @@ On my personal computer, R can be installed from a version compiled by homebrew
35
35
36
36
ORC provides a great post on [managing R Packages](http://wiki.orc.gmu.edu/mkdocs/How_to_manage_R_packages/) and [renv basics](http://wiki.orc.gmu.edu/mkdocs/How_to_manage_R_packages/#renv-basic-operation).
37
37
38
-
### Error with R dependency when compiling is required (Apple Silicon)
38
+
~~### Error with R dependency when compiling is required (Apple Silicon)~~
39
+
40
+
_NOT NEEDED AS I SWITCHED TO gfortran FROM brew_: It seems to work fine with the latest compiler from homebrew.
39
41
40
42
This is specific to Apple silicon Macs, an experimental build of GNU Fortran compiler is required otherwise errors like these would pop up during installation:
0 commit comments