Skip to content

Commit 655d612

Browse files
committed
[post] do not use gfortran in R on apple silicon
1 parent f766306 commit 655d612

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/post/r-on-apple-silicon/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ On my personal computer, R can be installed from a version compiled by homebrew
3535

3636
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).
3737

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.
3941

4042
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:
4143

0 commit comments

Comments
 (0)