Re: [Rd] E`<`

2009-03-12 Thread Wacek Kusnierczyk
l...@stat.uiowa.edu wrote: > Thanks to Stavros for the report. This should now be fixed in R-devel. indeed, though i find some of the error messages strange: (function(a=a) -a)() # Error in (function(a = a) -a)() : # element 1 is empty; # the part of the args list of '-' being

Re: [Rd] E`<`

2009-03-12 Thread luke
Thanks to Stavros for the report. This should now be fixed in R-devel. luke On Wed, 11 Mar 2009, l...@stat.uiowa.edu wrote: Looks like an infinite recursion in R_isMissing, which I think may be turned into an infinite loop if the C compiler is doing tail call optimization. I need to understa

Re: [Rd] E`<`

2009-03-11 Thread luke
Looks like an infinite recursion in R_isMissing, which I think may be turned into an infinite loop if the C compiler is doing tail call optimization. I need to understand why this is written the way it is and also why another case that I would expect to also have this problem does not before iden

Re: [Rd] E`<`

2009-03-09 Thread Peter Dalgaard
Stavros Macrakis wrote: Tested in: R version 2.8.1 (2008-12-22) / Windows Recursive default argument references normally give nice clear errors. In the first set of examples, you get the error: Error in ... : promise already under evaluation: recursive default argument reference or earlier

Re: [Rd] E`<`

2009-03-09 Thread Wacek Kusnierczyk
Stavros Macrakis wrote: > On Mon, Mar 9, 2009 at 5:40 PM, Wacek Kusnierczyk > wrote: > >> Stavros Macrakis wrote: >> >>> Tested in: R version 2.8.1 (2008-12-22) / Windows >>> > > >> when i run these examples, the execution seems to get into an endless >> loop with no error messag

Re: [Rd] E`<`

2009-03-09 Thread Stavros Macrakis
On Mon, Mar 9, 2009 at 5:40 PM, Wacek Kusnierczyk wrote: > Stavros Macrakis wrote: >> Tested in: R version 2.8.1 (2008-12-22) / Windows > when i run these examples, the execution seems to get into an endless > loop with no error messages whatsoever.  how much time does it take > before you get th

Re: [Rd] E`<`

2009-03-09 Thread Wacek Kusnierczyk
Stavros Macrakis wrote: > Tested in: R version 2.8.1 (2008-12-22) / Windows > > Recursive default argument references normally give nice clear errors. > In the first set of examples, you get the error: > > Error in ... : > promise already under evaluation: recursive default argument > referenc

[Rd] E`<`

2009-03-09 Thread Stavros Macrakis
Tested in: R version 2.8.1 (2008-12-22) / Windows Recursive default argument references normally give nice clear errors. In the first set of examples, you get the error: Error in ... : promise already under evaluation: recursive default argument reference or earlier problems? (function(a