Skip to content
Prev 22049 / 63424 Next

residual '*tmp*' variable after "[<-" error

On Wed, 20 Sep 2006, Parlamis Franklin wrote:

            
That's a bug: it need a context set to clean up.
But by that point the call may have been transformed quite dramatically.
I was going to suggest traceback() would give you a sensible call, but in 
this case it is not doing so: at a quick glance that is also due to no 
context being set.

There is also the question as to whether this should have worked.  It 
probably could be made to do so as

test <- as.expression(test)
test[2:4] <- expression(e)