I am trying to install packages - party with its dependencies mtvnorm, multcomp, coin and party however when running the script - install.packages("party") I get this error: also installing the dependencies ‘multcomp’, ‘mvtnorm’, ‘coin’
trying URL 'https://cran.rstudio.com/src/contrib/multcomp_1.4-6.tar.gz' Content type 'application/x-gzip' length 606470 bytes (592 KB)
installing source package ‘mvtnorm’ ... ** package ‘mvtnorm’ successfully unpacked and MD5 sums checked ** libs clang -I/Users/feliperuiz/anaconda/lib/R/include -DNDEBUG -I/Users/feliperuiz/anaconda/include -fPIC -I/Users/feliperuiz/anaconda/include -c C_FORTRAN_interface.c -o C_FORTRAN_interface.o clang -I/Users/feliperuiz/anaconda/lib/R/include -DNDEBUG -I/Users/feliperuiz/anaconda/include -fPIC -I/Users/feliperuiz/anaconda/include -c miwa.c -o miwa.o gfortran -fPIC -I/Users/feliperuiz/anaconda/include -L/Users/feliperuiz/anaconda/lib -c mvt.f -o mvt.o make: gfortran: No such file or directory make: *** [mvt.o] Error 1 ERROR: compilation failed for package ‘mvtnorm’ removing ‘/Users/feliperuiz/anaconda/lib/R/library/mvtnorm’ Warning in install.packages : installation of package ‘mvtnorm’ had non-zero exit status ERROR: dependency ‘mvtnorm’ is not available for package ‘multcomp’ removing ‘/Users/feliperuiz/anaconda/lib/R/library/multcomp’ Warning in install.packages : installation of package ‘multcomp’ had non-zero exit status ERROR: dependencies ‘mvtnorm’, ‘multcomp’ are not available for package ‘coin’ removing ‘/Users/feliperuiz/anaconda/lib/R/library/coin’ Warning in install.packages : installation of package ‘coin’ had non-zero exit status ERROR: dependencies ‘mvtnorm’, ‘coin’ are not available for package ‘party’ removing ‘/Users/feliperuiz/anaconda/lib/R/library/party’ Warning in install.packages : installation of package ‘party’ had non-zero exit status The downloaded source packages are in ‘/private/var/folders/34/ydtmhytx0hj33tlmstcdrxsc0000gn/T/RtmptjKdvN/downloaded_packages’ Updating HTML index of packages in '.Library' Making 'packages.html' ... done
have searched and read other installation error regarding other packages and their dependence nothing on party. I read yet those steps don't apply to my particular situation. I have removed other versions of r studio w/o anaconda, r, because I felt that maybe some files got corrupted. I don't know how to access the private/var/folder/34... what it means????
I am working on using classification to predict, my system is a macOS Sierra ver 10.12 using R studio with Anaconda.