Re: [R] Java and R help

2005-07-07 Thread John Wang
>Im doing an aplication in Java and i have a program made in R what i >want to launch with Java. > >I have the following instructions: > >Runtime r = Runtime.getRuntime(); > >try >{ > >System.out.println ("Llamada a R..."); >p = r.exec(sRutaR); >} >catch (IOE

Re: [R] Java and R help

2005-07-06 Thread Mario de Frutos Dieguez
Mario de Frutos Dieguez escribió: >Im doing an aplication in Java and i have a program made in R what i >want to launch with Java. > >I have the following instructions: > >Runtime r = Runtime.getRuntime(); > >try >{ > >System.out.println ("Llamada a R..."); >p = r.e

[R] Java and R help

2005-07-05 Thread Mario de Frutos Dieguez
Im doing an aplication in Java and i have a program made in R what i want to launch with Java. I have the following instructions: Runtime r = Runtime.getRuntime(); try { System.out.println ("Llamada a R..."); p = r.exec(sRutaR); } catch (IOExcepti

Re: [R] JAVA and R

2002-12-20 Thread A.J. Rossini
> "ngayee" == Ngayee J Law writes: ngayee> Is it possible to call R in JAVA? Thanks! Yes. -- A.J. RossiniRsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics [EMAIL PROTECTED] FHCRC/SCHARP/HIV Vaccine Trials Net [EMAIL PROT

[R] JAVA and R

2002-12-20 Thread Ngayee J Law
Hello everyone, Is it possible to call R in JAVA? Thanks! Jacqueline __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help