today I upgraded to R 3.3.0... oh boy.. wish I stayed at the previous version. The last few hours I have been trying to solve some issues to install car and sjPlot, but problems remain. When installing sjPlot everything goes fine, but when setting the library, I get this error:
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’
Something similar occurs with car, during installation:
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
Any thoughts on what I can do to solve this?? Thanks