Re: [Rd] [R] debug vs regular mode

2012-08-10 Thread Simon Urbanek
On Aug 10, 2012, at 7:08 PM, Zhang, Peng wrote: > Hi Simon, > > That could be the explanation. Is it possible to know stack limit for > different scenarios? The limit is the same - what changes is the stack usage (how deep you are at that point). Note, however, that it's irrelevant since the

Re: [Rd] [R] debug vs regular mode

2012-08-10 Thread Zhang, Peng
Hi Simon, That could be the explanation. Is it possible to know stack limit for different scenarios? For example, if one simply wrap terms(as.formula("h~ X1*X2*X3*X4*X5*X6*X7*X8*X9*X10*X11*X12*X13*X14*X15*X16")) in test = function() { terms(as.formula("h~ X1*X2*X3*X4*X5*X6*X7*X8*X9*X10*X11*X12

Re: [Rd] [R] debug vs regular mode

2012-08-10 Thread Simon Urbanek
On Aug 10, 2012, at 4:08 PM, Martin Morgan wrote: > On 08/10/2012 12:04 PM, peter dalgaard wrote: >> Not to spoil your fun, but this is getting a bit off-topic for R-help. If >> you wish to continue the debugging process in public, I think you should >> move to R-devel. >> >> Also, it sounds l

Re: [Rd] [R] debug vs regular mode

2012-08-10 Thread Martin Morgan
On 08/10/2012 12:04 PM, peter dalgaard wrote: Not to spoil your fun, but this is getting a bit off-topic for R-help. If you wish to continue the debugging process in public, I think you should move to R-devel. Also, it sounds like the problem is in the glmulti package, so you might want to in