Попытка установить пакет vegan для R, но появляется следующая ошибка.
There is a binary version available but the source version is later:
binary source needs_compilation
vegan 2.4-5 2.5-2 TRUE
Do you want to install from sources the package which
needs compilation?
y/n: y
installing the source package ‘vegan’
trying URL
'https://cran.rstudio.com/src/contrib/vegan_2.5-2.tar.gz'
Content type 'application/x-gzip' length 2076835 bytes
(2.0 MB)
==================================================
downloaded 2.0 MB
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz =
tz) :
unknown timezone
'zone/tz/2018e.1.0/zoneinfo/Australia/Sydney'
* installing *source* package ‘vegan’ ...
** package ‘vegan’ successfully unpacked and MD5 sums
checked
** libs
clang -I/Library/Frameworks/R.framework/Resources/include
-DNDEBUG -I/usr/local/include -
I/usr/local/include/freetype2 -I/opt/X11/include -fPIC
-Wall -mtune=core2 -g -O2 -c data2hill.c -o data2hill.o
gfortran-4.8 -fPIC -g -O2 -c decorana.f -o decorana.o
make: gfortran-4.8: No such file or directory
make: *** [decorana.o] Error 1
ERROR: compilation failed for package ‘vegan’
* removing ‘/Users/agur5186/.RLibrary/vegan’
Warning in install.packages :
installation of package ‘vegan’ had non-zero exit status
Я загрузил GFortran, как описано в сообщении 2016 года об этой проблеме (ошибка при установке vegan в r ), но, возможно, я не помещаю установку файла в правильный каталог?Какой это будет для R Studio?
Любая помощь очень ценится.