Re: [R] How-To capture and handle errors with R

2008-12-14 Thread Bernardo Rangel Tura
On Fri, 2008-12-12 at 12:51 +0100, mau...@alice.it wrote: > The following error occurs every now and then by calling a function of wmTSA > package: > > Error in `row.names<-.data.frame`(`*tmp*`, value = c("1", "0")) : > invalid 'row.names' length > > I would greatly appreciate some guidelines

[R] How-To capture and handle errors with R

2008-12-12 Thread mauede
The following error occurs every now and then by calling a function of wmTSA package: Error in `row.names<-.data.frame`(`*tmp*`, value = c("1", "0")) : invalid 'row.names' length I would greatly appreciate some guidelines about how to catch such an error upon its occurrence and have it handl