Re: [R] JRI - get S4 objects from R and assign them again

2009-09-30 Thread Romain Francois
Hi, You should use this mailing list instead http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel. ... where I just posted something that might help you. Romain On 09/28/2009 02:57 PM, ajoec...@gmx.de wrote: Hello, I am writing a Java frontend for a selfwritten R program

[R] JRI - get S4 objects from R and assign them again

2009-09-28 Thread ajoecker
Hello, I am writing a Java frontend for a selfwritten R program using JRI. Because I am working with my own S4 classes almost all of my R functions return a S4 object. In the Java Program I now need to run a R function and its result should be assigned to a new R variable afterwards. I