Nie udało mi się zainstalować najnowszej wersji (2.15.2) r-base . Najwyraźniej pakiet RRcpp
nie instaluje się dla wersji R 2.14.1 - wersji, która instaluje się dla mnie.
Nie jestem pewien, co / jak / gdzie zmienić moje próby instalacji przedstawione poniżej. Należy pamiętać, że używam ubuntu-12.04.1-server-i386.
Aktualnie zainstalowana wersja to wersja R 2.14.1 (2011-12-22):
$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base is already the newest version.
Podanie informacji o wersji nie pomaga:
$ 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
Zmiany w oparciu o instrukcje CRAN Ubuntu z http://cran.r-project.org/bin/linux/ubuntu/README :
Dodano do
/etc/apt/sources.list
deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/ubuntu quantal/
Zaktualizuj i zainstaluj
$ 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
rzeczywiście jest to „najnowsza” wersja, zainstaluj, a jeśli nie, zainstaluj / zaktualizuj, patrz moja odpowiedź, link poniżej. Jeśli chcesz być na bieżąco z najnowszymi R
wersjami, zaleca się, aby pochodziły one od sid
(chociaż możesz być ostrożny, opierając cały system na sid
...). stackoverflow.com/questions/1401904/…
sudo apt-get upgrade
lubsudo apt-get dist-upgrade
?