Re: [Rd] grid.ls() after grid.remove() fails

2008-07-28 Thread Paul Murrell
Hi Felix Andrews wrote: > Dr Murrell and others, > > It seems grid.ls() fails after any use of grid.remove(). It gives an > infinite recursion error even in the simplest cases, and no matter > what arguments are passed to grid.ls. Yep, blatant error in the code. I will have a fix in the deve

[Rd] grid.ls() after grid.remove() fails

2008-07-28 Thread Felix Andrews
Dr Murrell and others, It seems grid.ls() fails after any use of grid.remove(). It gives an infinite recursion error even in the simplest cases, and no matter what arguments are passed to grid.ls. > library(grid) > grid.newpage() > grid.lines(name="foo") > grid.ls() foo > grid.remove("foo") > gri