Re: [Rd] Fetching Warning Messages

2005-08-22 Thread Nikhil Shah
.) > > There should not be an object called last.warning in your example. > I read help page > On Mon, 22 Aug 2005, Nikhil Shah wrote: > > > Hi, > > > >I am facing one problem of fetching R warning messages in Java Code > > using Rserve. It is easie

[Rd] Fetching Warning Messages

2005-08-22 Thread Nikhil Shah
stem.out.println(c.eval("paste(capture.output(warnings()),collapse='\n')") .asString()); c.close(); System.out.println("DONE"); } catch(RSrvException e) { System.out.println("Error : " + e.getMessage()); e.printStackTrace(); } } } End of c

[Rd] Handling warning messages

2005-08-12 Thread Nikhil Shah
y, if any, to display warning message. Regards, Nikhil Shah __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel