Re: [Rd] Handling warning messages

2005-08-13 Thread Henrik Bengtsson
Paul Roebuck wrote: > On Fri, 12 Aug 2005, Nikhil Shah wrote: > > >>I have query regarding R & Rserve. In Rserve, there is a >>way to capture Errors by RSrvException class, but is there >>any way to capture warning messages? > > > options(warn = 2) work for you? Be careful. This will turn warn

Re: [Rd] Handling warning messages

2005-08-13 Thread Paul Roebuck
On Sat, 13 Aug 2005, Henrik Bengtsson wrote: > Paul Roebuck wrote: > > > On Fri, 12 Aug 2005, Nikhil Shah wrote: > > > >>I have query regarding R & Rserve. In Rserve, there is a > >>way to capture Errors by RSrvException class, but is there > >>any way to capture warning messages? > > > > options(