Re: [R] JGR install problem

2010-11-14 Thread chinling

thanks! i installed and it can run already.
-- 
View this message in context: 
http://r.789695.n4.nabble.com/JGR-install-problem-tp3039013p3041935.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.


Re: [R] JGR install problem

2010-11-12 Thread Robert Baer
You install JGR and its dependencies as you would any other package from the 
RGUI.   Make sure you have a recent java installed and functional.  You may 
find jselect.exe on the RForge site useful for looking at this.


When I did the install, things seemed a little flaky, but eventually by 
carefully installing some dependencies, restarting, etc. I got it to work 
fine.  I don't know if it helped or not, but I seem to remember explicitly 
uninstalling a previous version of R that help the latest JGR.exe to 
recognize 2.12.0.  Also, if I recall,  I may have had to install JavaGD and 
rJava individually from the RGUI in response to errors.  Not very definitive 
solutions, but your question was not to specific.


Finally and importantly, make sure you have the latest JGR.exe (jgr-1_62.exe 
or jgr-1_62-x64.exe as appropriate) from RForge:

http://www.rforge.net/JGR/files/

Not very definitive solutions, but your question was not to specific.   So, 
hope this helps.


Rob Baer

--
From: chinling chinling1...@gmail.com
Sent: Thursday, November 11, 2010 9:45 PM
To: r-help@r-project.org
Subject: [R] JGR install problem



when i double click JGR.exe, it show  Can't Find Java/R interface 
(JRI)...

my R version is R 2.12.0.
Did anyone know how to install the JGR?
--
View this message in context: 
http://r.789695.n4.nabble.com/JGR-install-problem-tp3039013p3039013.html

Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.



__
R-help@r-project.org 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.


[R] JGR install problem

2010-11-11 Thread chinling

when i double click JGR.exe, it show  Can't Find Java/R interface (JRI)...
my R version is R 2.12.0.
Did anyone know how to install the JGR?
-- 
View this message in context: 
http://r.789695.n4.nabble.com/JGR-install-problem-tp3039013p3039013.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.


[R] JGR install problem

2009-03-17 Thread pgseye

Hi,

I thought I'd like to try out JGR, but after installing the package (and
dependencies) I receive the following when I try to load it:

 library(JGR)
Loading required package: rJava
Loading required package: JavaGD
Loading required package: iplots
Note: On Mac OS X we strongly recommend using iplots from within JGR.
Proceed at your own risk as iplots cannot resolve potential ev.loop
deadlocks.
'Yes' is assumed for all dialogs as they cannot be shown without a deadlock,
also ievent.wait() is disabled.
Exception in thread main Error in .jnew(org/rosuda/iplots/Framework) : 
  Failed to create object of class `org/rosuda/iplots/Framework'
In addition: Warning message:
In .jnew(org/rosuda/iplots/Framework) :
  NewObject(org/rosuda/iplots/Framework,()V,...) failed
Error: package 'iplots' could not be loaded
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
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1723)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1509)
at java.awt.Toolkit.clinit(Toolkit.java:1530)
at java.awt.Color.clinit(Color.java:250)
at org.rosuda.ibase.Common.clinit(Common.java:47)
at org.rosuda.iplots.Framework.init(Framework.java:43)

iplots seems to be the problem, but I can't figure out why.

I'm running 2.8.1 and OS X 10.5.6.

Any ideas?

Thanks a lot,

Paul
-- 
View this message in context: 
http://www.nabble.com/JGR-install-problem-tp22572045p22572045.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.


[R] JGR, install problem on Vista

2007-11-09 Thread Thomas Frööjd
Hi

I would like to try out JGR but can't install and run it. I run vista
and that shouldn't be a problem since JGR supports vista since 1.5.1.

When running the installer with the --debug flag in an admin shell it
download the packages and the following error message comes up.

One or more packages could not be installed or is still  to old.
Please install the following R packages manually JGR, rJava,
JavaGD, iplots. If in doubt, try another mirror.

Corresponding R output:
Warning in install.packages(c(JGR, rJava, JavaGD, iplots), ,
c(http://cran.r-project.org/;)):
argument 'lib' is missing: using 'C:\Users\thomas\Documents\R\win-library\2.5'

Then follows information about every package download that shows all
packages has been successfully downloaded.

Installing the packages manually and then running the launcher yields
the same output as above. The debug file in c:\ has been written but
is completely empty.

Would be interested in all speculations about this problem or anyone
else experiencing something similar.

__
R-help@r-project.org 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.