On 28/09/2011 12:25 PM, Jannis wrote:
dummyFunct = function(a, ...) {
   b = 2* a
   c = d           # should cause error
   return(b)
}

options(error = quote(dump.frames(dumpto = "last.dump", to.file = TRUE)))

dummyFunct(1)
load("last.dump.rda")
debugger(last.dump)
# selection of call 1 causes:

# Error in get(.obj, envir = dump[[.selection]]) :
#  argument "..." is missing, with no defa

Looks like Brian was right, it has been fixed.

Duncan Murdoch

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to