Hello I am trying to install r-base for Ubuntu 16.04.
I have followed the steps at https://cran.r-project.org/bin/linux/ubuntu/README.html
However I am getting a 'unmet dependencies' error when I run sudo apt-get install r-base
The following packages have unmet dependencies: r-base : Depends: r-recommended (= 3.4.4-1xenial0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Any ideas for getting around this? Thanks in advance!
sudo apt-get install r-base r-recommended
? – Maurits Everssudo apt --fix-broken install
followed bysudo apt-get update
followed bysudo apt-get upgrade
? – Maurits Evers