Skip to content
Prev 2005 / 3656 Next

cran ubuntu repository and ubuntu 12.10

On 11/15/2012 01:28 PM, Chris Sims wrote:
Chris,

This (your) version has incorrect syntax:

deb http://cran.us.r-project.org/bin/linux/ubuntu/ quantal

This works:

deb http://cran.us.r-project.org/bin/linux/ubuntu/ quantal/
							  ^

You need a trailing "/", as per the instructions on CRAN.

Michael