glmGamPoi icon indicating copy to clipboard operation
glmGamPoi copied to clipboard

installation of package ‘glmGamPoi’ had non-zero exit status

Open NicoHadas opened this issue 11 months ago • 6 comments

Hello,

I am unable to install glmGamPoi on my intel mac locally on R.

`if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("glmGamPoi")`

I get the error message after installing from source:

ld: warning: search path '/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0' not found ld: warning: search path '/opt/gfortran/lib' not found ld: library 'gfortran' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [glmGamPoi.so] Error 1 ERROR: compilation failed for package ‘glmGamPoi’

In install.packages(...) : installation of package ‘glmGamPoi’ had non-zero exit status

Any advice would be appreciated.

R version 4.3.3 RC (2024-02-22 r85993) Platform: x86_64-apple-darwin20 (64-bit) Running under: macOS Ventura 13.6.3

NicoHadas avatar Feb 28 '24 18:02 NicoHadas