[R] ubuntu repository for R
Marielle
mwinarto at gmail.com
Sat Jun 21 18:35:56 CEST 2008
> I am trying to get synaptic to work with R
>
> I have added http://cran.uk.r-project.org/bin/linux/ubuntu as the URL and
> hardy/ as the distribution.
Try a different mirror, I used http://cran-mirror.cs.uu.nl/. When you try
apt-get update, you'll get a warning (that's better than an error ;)
W: GPG error: http://cran-mirror.cs.uu.nl hardy/ Release: The following
signatures couldn't be verified because the public key is not available:
NO_PUBKEY D67FC6EAE2A11821
To solve this, run:
> gpg --keyserver subkeys.pgp.net --recv E2A11821
> gpg --export --armor E2A11821 | sudo apt-key add -
apt-get update, and you should be able to install r-base (and any other
packages you need).
Marielle
--
View this message in context: http://www.nabble.com/ubuntu-repository-for-R-tp18043145p18046293.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list