Instalando o R no Ubuntu 14.04

1

Eu tinha R 3.3.0 na minha máquina. Durante o processo de atualização de R , tive alguns problemas. Agora estou recebendo o seguinte erro ao tentar instalar R .

yaseen@yaseen:~$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 r-base : Depends: r-base-core (>= 3.3.0-2xenial0) but it is not going to be installed
          Depends: r-recommended (= 3.3.0-2xenial0) but it is not going to be installed
          Recommends: r-base-html but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Qualquer ajuda para superar este problema será muito apreciada. Obrigado

Editado

Eu tentei

sudo apt-get remove r-base && sudo apt-get autoremove

sudo apt-get remove r-base && sudo apt-get autoremove
    
por MYaseen208 22.06.2016 / 22:27

0 respostas