Ho tentato senza successo di installare l'ultima versione (2.15.2) di r-base . Apparentemente, il pacchetto RRcpp
non si installava per la versione R 2.14.1 - la versione che si installa per me.
Non sono sicuro di cosa / come / dove cambiare i miei tentativi di installazione che compaiono di seguito. Si noti che sto usando Ubuntu-12.04.1-Server-i386.
L'attuale versione installata è la versione R 2.14.1 (22-12-2011):
$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base is already the newest version.
L'inclusione delle informazioni sulla versione non aiuta:
$ sudo apt-get install r-base=2.15.1-5ubuntu1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '2.15.1-5ubuntu1' for 'r-base' was not found
Modifiche basate sulle istruzioni CRAN Ubuntu da http://cran.r-project.org/bin/linux/ubuntu/README :
Aggiunto a
/etc/apt/sources.list
deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/ubuntu quantal/
Aggiorna e installa
$ sudo apt-get update $ 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 (>= 2.15.2-1quantal2) but it is not going to be installed Depends: r-recommended (= 2.15.2-1quantal2) 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.
R-base
è effettivamente la versione "più recente", installare / aggiornare in caso contrario, vedere la mia risposta, collegata di seguito. Se desideri rimanere aggiornato con le ultime R
versioni, si consiglia di provenire da queste sid
(anche se potresti voler essere cauto quando basi l'intero sistema su sid
...). stackoverflow.com/questions/1401904/...
sudo apt-get upgrade
osudo apt-get dist-upgrade
?