Sorry for the trouble, but I am having no luck installing JGR and Deducer on one of my two Macs.
Works fine on my 3 year old laptop, installed six weeks ago: (Mac OS X 10.8.4, R 3.0.1, JGR-1.6-SL, java 1.7.0_25); however it repeatedly fails on my newer iMac (same OS, R, JGR, java versions).
After install.packages(c("JGR","Deducer","DeducerExtras")) is successful in a fresh installation of R 3.0.1, I will get variations of the following in R:
> library(Deducer)
Loading required package: rJava
Loading required package: ggplot2
Loading required package: scales
Loading required package: JGR
Loading required package: JavaGD
Loading required package: iplots
Error : .onLoad failed in loadNamespace() for 'iplots', details:
call: .jnew("org/rosuda/iplots/Framework")
error: java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line
Error: package ‘iplots’ could not be loaded
or
> library(JGR)
Loading required package: iplots
Error : .onLoad failed in loadNamespace() for 'iplots', details:
call: .jnew("org/rosuda/iplots/Framework")
error: java.lang.NoClassDefFoundError: Could not initialize class org.rosuda.ibase.Common
Error: package ‘iplots’ could not be loaded
If I launch JGR.app, it doesn't load completely (like it does on my laptop), and I get in JGR Console
>
Loading required package: JGR
Loading required package: rJava
Loading required package: JavaGD
Loading required package: iplots
starting httpd help server ... done
>
But it never finishes loading the remaining packages, it's completely non-functional (can't enter anything on the command line in Console, or quit), and I have to force quit JGR. I have tried the sequence and script on the front page multiple times, as well as the sequence I found in the previous thread about a previous version of JGR below.
Does anyone have an idea of what the problem(s) might be? I have uninstalled R, Java, and JGR.app multiple times, and also the .plist files that I could identify.
Thanks in advance for any help,
John