incapaz de intall r-base no Ubuntu 14.04 LTS

0

durante a instalação de uma versão mais recente do r, removendo a versão anterior do r (3.0.2), recebi o seguinte problema.

anupam :~$ 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.1.3.20150410-1trusty) but it is not going to be installed
          Depends: r-recommended (= 3.1.3.20150410-1trusty) 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.

Eu passei pela resposta mais votada instalando a versão mais recente do R no ubuntu ,

Eu tentei instalá-lo a partir de aptitude também, mas não funcionou Eu tentei por sudo apt-get autoclean também .. como eu poderia resolver isso?

    
por lazarus 17.04.2015 / 05:29

1 resposta

2

Como você tem confiança (14.04) e não precisa (12.04), a linha

deb http://cran.rstudio.com/bin/linux/ubuntu precise/ precisa ser deb http://cran.rstudio.com/bin/linux/ubuntu trusty/ .

Altere essa linha e execute sudo apt-get update e sudo apt-get install r-base .

    
por mikewhatever 17.04.2015 / 06:05