Re: [R] setting sensitivity of r to errors

2010-03-25 Thread Barry Rowlingson
On Thu, Mar 25, 2010 at 12:17 PM, Jannis wrote: > Dear all, > > does anyone of you know how to increase Rs sensitivity to errors? There's a few things you can do with options(): "check.bounds" warns you extending vectors 'accidentally', 'warn' lets you do stuff like turn warnings into errors and

[R] setting sensitivity of r to errors

2010-03-25 Thread Jannis
Dear all, does anyone of you know how to increase Rs sensitivity to errors? I just migrated back from Matlab and really enjoyed there that Matlab just pops up with (really helpful!) error messages as soon as there is anything slightly wrong with my code. This is certainly anoying on the first r