Skip to content
Prev 174183 / 398503 Next

Updated R on Debian testing machine...

On 18 March 2009 at 17:44, Petar Milin wrote:
| I recently switched to Debian testing OS and explanation at the:
| http://cran.at.r-project.org/bin/linux/debian/
| is a little bit fuzzy. Can anyone give step-by-step how-to have updated
| R on Debian testing and/or unstable.

Please consider subscribing to the r-sig-debian list and asking there.

In a nutshell:

i)   add one line to /etc/apt/sources.list
ii)  run 'sudo apt-get update'
iii) run 'sudo apt-get install r-base'

and you have a shiny new R 2.8.1 for Debian testing. [ Which right now you
could also take from Debian unstable but that isn't always possible. ]

The CRAN service is a good one, thanks to Vincent, Michael (for Ubuntu) and
Johannes for Debian to keep it running smoothly.

Dirk