linux - R: cannot install 'rasclass' package on Ubuntu 14.04 -


i trying install 'rasclass' package on r (version 3.2.3) somehow installation fails. output large pasted here, found interested in this question, might key solve issue.

shortly: terminal can see have gcc-4.8 , 4.9, g++-4.8 , 4.9, , gfortran-4.8. remeber changing symbolic links between gcc , g++ use "4.9" version. can not having gfortran-4.9 problem? if so, how change symbolc links version after downloading?

finally, paste last part of (failed) package installation.

/usr/bin/ld: impossibile trovare -lgfortran collect2: error: ld returned 1 exit status make: *** [rcppeigen.so] errore 1 error: compilation failed package ‘rcppeigen’ * removing ‘/home/umberto/r/x86_64-pc-linux-gnu-library/3.2/rcppeigen’ * installing *source* package ‘matrixmodels’ ... ** package ‘matrixmodels’ unpacked , md5 sums checked ** r ** preparing package lazy loading error in loadnamespace(j <- i[[1l]], c(lib.loc, .libpaths()), versioncheck = vi[[j]]) :    namespace ‘matrix’ 1.1-4 being loaded, >= 1.1.5 required error: lazy loading failed package ‘matrixmodels’ * removing ‘/home/umberto/r/x86_64-pc-linux-gnu-library/3.2/matrixmodels’ error: dependencies ‘minqa’, ‘rcppeigen’ not available package ‘lme4’ * removing ‘/home/umberto/r/x86_64-pc-linux-gnu-library/3.2/lme4’ error: dependencies ‘sparsem’, ‘matrixmodels’ not available package ‘quantreg’ * removing ‘/home/umberto/r/x86_64-pc-linux-gnu-library/3.2/quantreg’ error: dependency ‘lme4’ not available package ‘pbkrtest’ * removing ‘/home/umberto/r/x86_64-pc-linux-gnu-library/3.2/pbkrtest’ error: dependencies ‘pbkrtest’, ‘quantreg’ not available package ‘car’ * removing ‘/home/umberto/r/x86_64-pc-linux-gnu-library/3.2/car’ error: dependencies ‘car’, ‘randomforest’ not available package ‘rasclass’ * removing ‘/home/umberto/r/x86_64-pc-linux-gnu-library/3.2/rasclass’  downloaded source packages in     ‘/tmp/rtmphsil6j/downloaded_packages’ there 11 warnings (use warnings() see them) 

i tried install package , finally, succeeded install rasclass library second try after have separately installed libraries car , pbkrtest

my configuration: ubuntu 14.04 lts - r 3.2.1 rc - gcc 4.8.4


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -