Skip to content
Prev 12584 / 63461 Next

weirdness in sourc()ing a dump() (bug?) (PR#6857)

On Wed, 05 May 2004 11:53:12 -0700, Webb Sprague
<wwsprague@ucdavis.edu> wrote :
Here's a simpler example:
+ {
+     return(list(call.list = as.list(match.call())))
+ }
Error in structure(list(f, y = 4), .Names = c("", "y")) : 
        Object "f" not found

This bug still appears in R-patched.

Duncan Murdoch