2017-05-28 176 views
1

我在R v3.4 MacOS sierra中安装samr软件包时遇到问题。我收到此警告消息:在R 3.4中安装samr

"Package which is only available in source form, and may need compilation of 
    C/C++/Fortran: ‘samr’ 
Do you want to attempt to install these from sources? 
y/n: y 
installing the source package ‘samr’ 

trying URL 'https://cran.rstudio.com/src/contrib/samr_2.0.tar.gz' 
Content type 'application/x-gzip' length 36702 bytes (35 KB) 
================================================== 
downloaded 35 KB 

* installing *source* package ‘samr’ ... 
** libs 
gfortran -fPIC -g -O2 -c rankcol.f -o rankcol.o 
make: gfortran: No such file or directory 
make: *** [rankcol.o] Error 1 
ERROR: compilation failed for package ‘samr’ 
* removing ‘/Library/Frameworks/R.framework/Versions/3.4/Resources/library/samr’ 
Warning in install.packages : 
    installation of package ‘samr’ had non-zero exit status 

有没有人有办法解决这个问题?

+0

这意味着你需要gfortran编译器。 – Consistency

+0

你可以试试:https://gcc.gnu.org/wiki/GFortranBinaries – Consistency

+0

请参阅:https://cran.r-project.org/bin/macosx/tools/ – MrFlick

回答