[R] R GUI in Ubuntu Feisty?
Andy Weller
weller at erdw.ethz.ch
Mon Apr 30 18:50:25 CEST 2007
Dear all,
After an update from Ubuntu Edgy to Feisty, I seem to have lost package
JGR()!?
I have updated my sources.list to point to the Feisty repos at
http://cran.ch.r-project.org/ and re-installed JGR() via:
$ sudo rm -rf /usr/local/lib/R/site-packages/*
$ sudo R CMD javareconf
$ sudo R
> install.packages("JGR",dep=TRUE)
> library(JGR)
> JGR()
However, I get the problem:
export: 41: graphics,: bad variable name
and JGR() doesn't want to start, R just hangs. I have r-base-dev and
sun-java5-jdk installed.
Does anyone have any clues as to how to get this working?
Thanks in advance, Andy
More information about the R-help
mailing list