Re: [R] Using Java methods in R

2011-04-29 Thread hill0093
]) print(conn2Arr[2,3]) print(conn2Arr) arj34Ret - .jcall(rJavaTst,returnSig=[[D,arReturnTEST) print(arj34Ret) The latter 2-dim stuff doesn't work -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3483862.html Sent from the R help mailing list

Re: [R] Using Java methods in R

2011-04-29 Thread Robert Baer
-- snip -- It clogs up my email, takes a long time to delete, and is hard to be selective enough to not delete some of my other important email. -- snip -- If you don't care about contributing to the R listserve community, it's hard to imagine why that community should care about you. Some

Re: [R] Using Java methods in R

2011-04-27 Thread lcn
(ar34Ret[2][3],digits=15) Error in print(ar34Ret[2][3], digits = 15) : object 'ar34Ret' not found print(ar34Ret,digits=20) Error in print(ar34Ret, digits = 20) : object 'ar34Ret' not found -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R

Re: [R] Using Java methods in R

2011-04-27 Thread hill0093
.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3477817.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

Re: [R] Using Java methods in R

2011-04-27 Thread hill0093
of all the email. Or maybe there are not enough people that are writing rJava. And I am not talented enough to do so. -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3478843.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Using Java methods in R

2011-04-27 Thread fjpcaballero
. Or maybe there are not enough people that are writing rJava. And I am not talented enough to do so. -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3478843.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Using Java methods in R

2011-04-27 Thread hill0093
Thanks for your two suggestions. I am too much of a beginner in R and R-forum to be able to do either of them. How do I/ Sorry. -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3479255.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Using Java methods in R

2011-04-26 Thread hill0093
: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3476371.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

Re: [R] Using Java methods in R

2011-04-25 Thread hill0093
/Using-Java-methods-in-R-tp3469299p3473023.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

Re: [R] Using Java methods in R

2011-04-25 Thread lcn
- .jevalArray(qsLin.conArr) Error in .jevalArray(qsLin.conArr) : object 'qsLin.conArr' not found -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3473023.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Using Java methods in R

2011-04-25 Thread lcn
(retArr); } R doesn't know how to print the array in the next to final line, and thinks the array is a function in the final line. Any suggestions? -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3472308.html Sent from the R help mailing list archive

Re: [R] Using Java methods in R

2011-04-24 Thread hill0093
wanted to call this java function method: linTimOfCalqsStgIsLev(20110405235959,-4) -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3471705.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Using Java methods in R

2011-04-24 Thread hill0093
.nabble.com/Using-Java-methods-in-R-tp3469299p3471943.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

Re: [R] Using Java methods in R

2011-04-24 Thread hill0093
); } R doesn't know how to print the array in the next to final line, and thinks the array is a function in the final line. Any suggestions? -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3472308.html Sent from the R help mailing list archive

[R] Using Java methods in R

2011-04-23 Thread hill0093
and use java in R on Windows. Can anyone help me with setup instructions then starting with a simple Java function (method) call. One problem with Java is that a function returns only one item. -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3469299

Re: [R] Using Java methods in R

2011-04-23 Thread hill0093
,-4) but that will probably also be wrong? Obviously I don't understand. -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3469848.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r

Re: [R] Using Java methods in R

2011-04-23 Thread Gabor Grothendieck
On Sat, Apr 23, 2011 at 8:32 AM, hill0093 hill0...@umn.edu wrote: No answer to my post, so let's try a simpler question. Am I doing this correctly? I have the RGui with R Console on the screen. On rhe top pullDowns, Packages Install Packages USA(IA) rJava library(rJava) .jinit() qsLin -

Re: [R] Using Java methods in R

2011-04-23 Thread hill0093
That's more than I can understand. I just need help from someone who knows. Should be a simple answer from that person. -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3469882.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Using Java methods in R

2011-04-23 Thread hill0093
Since it cannot find a java class that is on my disk, is there a place I have to put it into first? -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3470350.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Using Java methods in R

2011-04-23 Thread Mike Marchywka
Date: Sat, 23 Apr 2011 05:32:59 -0700 From: hill0...@umn.edu To: r-help@r-project.org Subject: Re: [R] Using Java methods in R No answer to my post, so let's try a simpler question. Am I doing this correctly? I have the RGui with R

Re: [R] Using Java methods in R

2011-04-23 Thread Mike Marchywka
From: marchy...@hotmail.com To: hill0...@umn.edu; r-help@r-project.org Date: Sat, 23 Apr 2011 15:12:30 -0400 Subject: Re: [R] Using Java methods in R Date: Sat, 23 Apr 2011 05:32

Re: [R] Using Java methods in R

2011-04-23 Thread lcn
I can understand. I just need help from someone who knows. Should be a simple answer from that person. -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3469882.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Using Java methods in R

2011-04-23 Thread Shekhar
Hi Hill, I just finished interfacing the C++ with R, i.e. c++ functions from R and vice versa. Next thing in pipe line is Java and python. I just wanted to share some of the things which i think might be useful for you. Reason being whether its a C++, java or any other compiled language the

Re: [R] Using Java methods in R

2011-04-23 Thread hill0093
. Hill -- View this message in context: http://r.789695.n4.nabble.com/Using-Java-methods-in-R-tp3469299p3470658.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