Problems installing R base -


i keep getting error when trying install r

sudo apt-get install r-base reading package lists... done building dependency tree        reading state information... done packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation:  following packages have unmet dependencies:  r-base : depends: r-base-core (>= 3.2.0-3trusty) not going installed           depends: r-recommended (= 3.2.0-3trusty) not going installed           recommends: r-base-html not going installed e: unable correct problems, have held broken packages. 

any 1 knows how solve this?

try installing @ once

 sudo apt-get install r-base r-base-core r-recommended r-base-html 

but description not clear how manage situation in first place. should not happen under normal use.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -