今天我升级到R 3.3.0 ...哦男孩..希望我留在以前的版本。 最近几个小时我一直试图解决一些安装汽车和sjPlot的问题,但问题仍然存在。 安装sjPlot时一切顺利,但在设置库时,我收到此错误:
error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘quantreg’
Error: package or namespace load failed for ‘sjPlot’
在安装过程中,汽车会发生类似情况:
installing the source package ‘quantreg’
trying URL 'https://lib.ugent.be/CRAN/src/contrib/quantreg_5.26.tar.gz'
Content type 'unknown' length 1720216 bytes (1.6 MB)
==================================================
downloaded 1.6 MB
* installing *source* package ‘quantreg’ ...
** package ‘quantreg’ successfully unpacked and MD5 sums checked
** libs
gfortran-4.8 -fPIC -g -O2 -c akj.f -o akj.o
gfortran-4.8 -fPIC -g -O2 -c boot.f -o boot.o
gfortran-4.8 -fPIC -g -O2 -c bound.f -o bound.o
gfortran-4.8 -fPIC -g -O2 -c boundc.f -o boundc.o
gfortran-4.8 -fPIC -g -O2 -c brute.f -o brute.o
/var/folders/lp/ndh7gxxs6vn0ldd3fqblq7k80000gn/T//ccbxq8DR.s:37:expecting string instruction after `rep'
make: *** [brute.o] Error 1
ERROR: compilation failed for package ‘quantreg’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/quantreg’
The downloaded source packages are in
‘/private/var/folders/lp/ndh7gxxs6vn0ldd3fqblq7k80000gn/T/RtmpNPzXls/downloaded_packages’
Warning message:
In install.packages("car") :
installation of package ‘quantreg’ had non-zero exit status
关于我能做些什么来解决这个问题? 感谢