Apple M1 Chip bilgisayarda R paketleri için gfortran yüklemek gerekiyor. Onun için bulabildiğim en kısa yol
R ile gfortranı M1 chipli bilgisayarda buluşturmaya çalıştım. Benim bulduğum kısayol şu oldu.
Bu R’da Hmisc paketini yüklerken aldığım hata mesajı:
make: /opt/R/arm64/bin/gfortran: Permission deniedBu sorunu çözmek için:
xcode yüklü olmalıxcode-select --installbrew ile gfortan’ı kurunbrew install gccsudo ln -s /opt/homebrew/bin/gfortran /opt/R/arm64/binIf you see mistakes or want to suggest changes, please create an issue on the source repository.
Text and figures are licensed under Creative Commons Attribution CC BY 4.0. Source code is available at https://github.com/sbalci/sbalci.github.io, unless otherwise noted. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".
For attribution, please cite this work as
Balci (2021, Oct. 24). Serdar Balci MD Pathologist: Apple M1 Chip bilgisayarda R paketleri için gfortran yükleme. Retrieved from https://www.serdarbalci.com/posts/2021-10-24-apple-m1-r-paket-gfortran/
BibTeX citation
@misc{balci2021apple,
author = {Balci, Serdar},
title = {Serdar Balci MD Pathologist: Apple M1 Chip bilgisayarda R paketleri için gfortran yükleme},
url = {https://www.serdarbalci.com/posts/2021-10-24-apple-m1-r-paket-gfortran/},
year = {2021}
}