Skip to content

I think I just broke R

1 message · Thomas Rusch

#
That's simple. Just add 

$deb http://<my.favorite.cran.mirror>/bin/linux/ubuntu maverick/ 

to /etc/apt/sources.list (or whatever Ubuntu version you use) and type

 $sudo aptitude update
 $sudo aptitude safe-upgrade

See http://cran.r-project.org/bin/linux/ubuntu/

Regards