In general installing JGR on any unix system is simple, you need
R CMD javareconf R
deb http://cran.r-project.org/bin/linux/debian etch/to the file /etc/apt/source.list (if it's not there already) and run
apt-get update apt-get install r-base-dev r-recommended
apt-get install sun-java5-jdkIf you have more than one Java version installed, set the Sun version as default, e.g.:
update-java-alternatives -s java-1.5.0-sun
R CMD javareconf
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).
deb http://cran.r-project.org/bin/linux/ubuntu feisty/to the file /etc/apt/source.list (if it's not there already) and add multiverse to the main ubuntu faisty deb line (NOT the backports!). Then run
sudo apt-get update sudo apt-get install r-base-dev r-recommended
sudo apt-get install sun-java6-jdkIf you have more than one Java version installed, set the Sun version as default, e.g.:
sudo update-java-alternatives -s java-1.6.0-sun
sudo R CMD javareconf
sudo R CMD javareconf
xhost + # enable X11 access sudo bash # start a root shell DISPLAY=:0 R # run R as root with DISPLAY set
JGR Version 1.5 was successfully tested with all the distributions above exactly as shown.