[Rd] bug: sticky symbol refs? (PR#9555)

2007-03-06 Thread peter-m . schumacher
Hello. What happens in the following is that I create two simple functions, f and g, on the workspace. Then I replace g. When I then call f, it uses the old version of g. Now clearly, the circumstances for this to happen must be quite special and rare. But I'd say they're not pathological. It s

Re: [Rd] obscure error with subsetting as.list() of a function then (PR#9506)

2007-02-09 Thread peter-m . schumacher
To = = = = =

Re: [Rd] obscure error with subsetting as.list() of a function then assigning that a (PR#9500)

2007-02-09 Thread Peter-M Schumacher
To

[Rd] obscure error with subsetting as.list() of a function then assigning that a (PR#9500)

2007-02-08 Thread peter-m . schumacher
Hello. I was writing some code that computes on the language and came across this. I can work around it, but thought you might like to know about it. > f <- function(x) { NULL } > a <- as.list(f)[[1]] > a # ie print(a) Error: argument "a" is missing, with no default Note it says *argument* "a",