On Tue, 18 Jan 2005, McGehee, Robert wrote:
... which is equivalent to this:
as.function(list(function(x){}))
which doesn't really make sense (and is the same as part #2 of bug 7495
reported earlier anyway).
And I think Berwin Turlach reported it much ealier, too.
Still, it is a good thing to repor
... which is equivalent to this:
as.function(list(function(x){}))
which doesn't really make sense (and is the same as part #2 of bug 7495
reported earlier anyway).
Jeroen, notice that w_R.fc[2] is a list containing a function, and not
the function itself. Not sure what this construct is good for,