Hi! I am running into issue installing EdgeR. I followed exactly as the conductor tutorials:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("edgeR")
and here is the error I get:
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib/gcc/aarch64-apple-darwin20.6.0/12.0.1'
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib'
ld: library not found for -lgfortran
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [edgeR.so] Error 1
ERROR: compilation failed for package ‘edgeR’
- removing ‘/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/edgeR’
The downloaded source packages are in
‘/private/var/folders/00/zs4ssqhx6ygfnw5x9xbstz940000gn/T/RtmpC3r6x6/downloaded_packages’
Warning message:
In install.packages(...) :
installation of package ‘edgeR’ had non-zero exit status
can anyone help me out????