Re: [R] Clarification on debug output

2014-10-24 Thread Prof Brian Ripley
On 24/10/2014 00:05, Mick Jordan wrote: I hope someone can explain what the #1 means (and for that matter the [2] in the debug output below. I can't find anything in the spec that explains what they mean. Thanks > f(1) debugging in: f(1) debugging in: f() debug at #1: { #1 is a 'srcref': se

[R] Clarification on debug output

2014-10-23 Thread Mick Jordan
I hope someone can explain what the #1 means (and for that matter the [2] in the debug output below. I can't find anything in the spec that explains what they mean. Thanks > f(1) debugging in: f(1) debugging in: f() debug at #1: { if (x < 0) -x else x } Browse[2]> __