.)
>
> 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
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
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