JiscaH / sequoia

R package for pedigree inference based on SNP data
25 stars 7 forks source link

installation of package ‘/var/folders/dc/5j3hs53s2cn0lhr1ps49slfw0000gn/T//RtmpNYHr2z/file1c0916e8a227/sequoia_2.3.3.tar.gz’ had non-zero exit status #17

Closed jzehnpfennig closed 1 year ago

jzehnpfennig commented 1 year ago

Hi, I am trying to get sequoia for R, and I am running into some errors. Any help would be appreciated. Thank you!

Downloading GitHub repo JiscaH/sequoia@stable ✔ checking DESCRIPTION meta-information ... /5j3hs53s2cn0lhr1ps49slfw0000gn/T/RtmpNYHr2z/remotes1c093ea83438/JiscaH-sequoia-85ea741/DESCRIPTION’ ... ─ cleaning src Warning: file 'sequoia/cleanup' did not have execute permissions: corrected Warning: file 'sequoia/cleanup' did not have execute permissions: corrected

JiscaH commented 1 year ago

Hi!

If I understand the error message correctly, the problem is that it can't find gfortran, which it needs to compile the R package. I think if you install gfortran first, then it should work.

I'm not a Mac person so I'm afraid I can't help you in more detail!