Skip to content
Prev 2352 / 3656 Next

Unable to install R 3.1.2 on Debian:Testing

Dear Carl,

the CRAN repository does not support Debian testing. I did think of adding support for jessie, 
as it is frozen now, but did not get around to do it yet.

I believe you would have no problem when using Debian stable.

Am Freitag, 16. Januar 2015, 21:44:25 schrieb Carl Boettiger:
Well, testing and jessie are the same. For squeeze you would have to add squeezecran 
sources.
...
...
I should clean this up - generally I only have the latest released version in the repository.
At the moment you are on your own with R 3.1.2 on jessie. The easiest safe bet in my opinion 
would be to install from the Debian sources in unstable, i.e. add a deb-src entry for unstable 
to your sources.list, do an apt-get build-dep r-base and then apt-get source --build r-base 
and install the packages with dpkg.
Hope it helps.

Johannes