Tentando atualizar R, mensagem de erro refere-se a 'dependências não atendidas'

0

Eu tentei seguir as instruções neste post Instalando a última versão do R-base depois de várias técnicas mais simples falharam em atualizar meu R (que está preso no 3.0.2). Tudo parece ter funcionado até a última instrução: sudo apt-get install r-base , que levou a essa mensagem:

ubuntu@ip-10-0-1-108:/srv/shiny-server/atomic_junctions$ 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.2.2-1precise0) but it is not going to be installed
          Depends: r-recommended (= 3.2.2-1precise0) 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 pensei que isso significava que eu precisava instalar as dependências mencionadas. Eu continuei recebendo mais e mais erros relacionados a um pacote que precisava de outro até que desisti ao tentar fazer isso:

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

que ainda leva a erros:

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-core : Depends: libtiff4 but it is not installable
E: Unable to correct problems, you have held broken packages.

Então, agora eu simplesmente não tenho o R instalado. Eu preciso atualizar como alguns pacotes que estou usando não estão disponíveis para esta versão antiga do R. Qualquer ajuda / recomendações seria apreciada. Obrigado.

    
por sunny 07.10.2015 / 19:00

1 resposta

0

Para mim, a resposta foi tentar outro site-espelho R. Por algum motivo, o site original nunca funcionou e a mensagem de erro não dizia nada sugerindo que esse era o problema.

    
por sunny 08.10.2015 / 15:49