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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to