Displaying 1 result from an estimated 1 matches for "byrox".
Did you mean:
byrow
2000 Sep 19
1
bug.report("unused argument(s) crash R when options(error=quote (PR#663)
...(error=quote(dump.frames()))
When I comment this line out, Rgui works OK (i.e. I get the message "Error in
ls(poq = 3) : unused argument(s) (poq ...)").
This happens for any other typo that should normally cause the message "unused
argument(s)", like "matrix(1:15, nrow=5, byrox=TRUE)", or anything else.
The same happens with Rterm, except that you see the error message before Rterm
dies, and the message is little bit different:
The instruction at "0x02556678" uses the memory address "0xec83e591". The memory
can't be "read".
It hap...