Re: [Rd] bug involving quote(); ghost in the machine

2009-01-05 Thread Prof Brian Ripley
On Mon, 5 Jan 2009, Prof Brian Ripley wrote: Turn off "keep.source": you will see that is foo that is changed by the call. Something is either not setting or handling the NAMED field and so not duplicating: it looks like the pairlist code for $<- is the culprit. Yes, so try a current R-deve

Re: [Rd] bug involving quote(); ghost in the machine

2009-01-05 Thread Prof Brian Ripley
Turn off "keep.source": you will see that is foo that is changed by the call. Something is either not setting or handling the NAMED field and so not duplicating: it looks like the pairlist code for $<- is the culprit. On Mon, 5 Jan 2009, Felix Andrews wrote: Hi list(...), I've narrowed do