Re: [R] possibly Error in R version 2.12.1 (2010-12-16)

2012-02-18 Thread Rolf Turner
On 19/02/12 08:40, Frank Schwidom wrote: How can i file this isssue as an bugreport? Please don't. Peter has just explained to you that this is not a bug, it's a "feature". You need to amend your understanding of this, feature; R does not need to be amended. cheers, Rolf Turner

Re: [R] possibly Error in R version 2.12.1 (2010-12-16)

2012-02-18 Thread Frank Schwidom
How can i file this isssue as an bugreport? On Fri, Feb 03, 2012 at 02:01:02PM +0100, peter dalgaard wrote: > > On Feb 2, 2012, at 21:24 , Frank Schwidom wrote: > > > Hi, > > > > the following Code demonstrates an possibly Error in R > > (or you can explain me, why this happens, thanks in adva

Re: [R] possibly Error in R version 2.12.1 (2010-12-16)

2012-02-03 Thread peter dalgaard
On Feb 2, 2012, at 21:24 , Frank Schwidom wrote: > Hi, > > the following Code demonstrates an possibly Error in R > (or you can explain me, why this happens, thanks in advance) Looks like an effect of lazy evaluation: The value of i is not evaluated until after the loop has ended, at which po

[R] possibly Error in R version 2.12.1 (2010-12-16)

2012-02-02 Thread Frank Schwidom
Hi, the following Code demonstrates an possibly Error in R (or you can explain me, why this happens, thanks in advance) Code: # testClass <- function( stackData= c()) { list( write= function( ...) { sChain= "" for( s in c( stackData, ...)) {