Error in downloading ExpressAnalystR into R

I can’t seem to download the ExpressAnalystR package despite having the package dependencies.

  • installing source package ‘ExpressAnalystR’ …
    ** using staged installation
    ** libs
    using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
    sh: /opt/gfortran/bin/gfortran: No such file or directory
    using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
    using C++11
    using SDK: ‘MacOSX13.3.sdk’
    rm -f fortran/decorana.o c/Internal_utils_batch.o init.o c/rowttests.o c/util.o
    /opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c fortran/decorana.f -o fortran/decorana.o
    make: /opt/gfortran/bin/gfortran: No such file or directory
    make: *** [fortran/decorana.o] Error 1
    ERROR: compilation failed for package ‘ExpressAnalystR’
  • removing ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/ExpressAnalystR’
    Warning message:
    In i.p(…) :
    installation of package ‘/var/folders/nd/7f7xy3_10q95fln45xxqn_780000gn/T//RtmpEBgqts/file521254c1b055/ExpressAnalystR_1.0.0.tar.gz’ had non-zero exit status

install.packages(“devtools”)
trying URL ‘https://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.3/devtools_2.4.5.tgz
Content type ‘application/x-gzip’ length 430872 bytes (420 KB)
==================================================
downloaded 420 KB

The downloaded binary packages are in
/var/folders/nd/7f7xy3_10q95fln45xxqn_780000gn/T//RtmpEBgqts/downloaded_packages

library(ExpressAnalystR)
Error in library(ExpressAnalystR) :
there is no package called ‘ExpressAnalystR’

I’m having the same problem. Were you able to resolve it?