JGR on Linux

Although we do not provide JGR binaries for Linux distributions, we are testing some of them. This page shows hints and tips for the most common distributions.

Debian (etch)
Ubuntu 6 (Dapper)
Ubuntu 7 (Faisty Fawn)
OpenSUSE 10.2

In general installing JGR on any unix system is simple, you need

Then simply run as root:
R CMD javareconf
R
install.packages('JGR')
library(JGR)
JGR()


Debian (etch)


Ubuntu Dapper (6.x)

The instructions are pretty much the same as for Debian etch, except that in step 1) you have to add the following line to sources.list instead:
deb http://cran.r-project.org/bin/linux/ubuntu dapper/
and also make sure your main deb entry for ubuntu contains multiverse (do NOT uncomment the backport list, just add one more word in the main ubuntu line - see
Ubuntu Java page for details).

Ubuntu Feisty Fawn (7.x)


Open SuSE 10.2

The package management system in SuSE is really .. let's say suboptimal, so the installation is quite complicated compared to Debian-based systems, but this should guide you through it:

JGR Version 1.5 was successfully tested with all the distributions above exactly as shown.