简体   繁体   中英

How can I download R package APE

I am using this code to download ape on R version 3.6.0:

install.packages("ape", dependencies = T)

and I am finding the following errors:

ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0' ld: warning: directory not found for option '-L/usr/local/gfortran/lib' ld: library not found for -lgfortran clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [ape.so] Error 1 ERROR: compilation failed for package 'ape'

I have attempted to download using the terminal too and this has also failed. I have checked the R version and APE is compatible with Rv3.6. Any ideas why this package cannot be downloaded?

check your R version, because i intalled 1 min ago and i'm not have problem.

[https://i.stack.imgur.com/9B6oO.png]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM