and time to upgrade R
I'm still fighting to find out how to upgrade stuff on Ubuntu. After a repository update the newest available version was still 2.10.1. I'll figure it out, sooner or later :)
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