Displaying 1 result from an estimated 1 matches for "r47348".
Did you mean:
147348
2008 Dec 27
1
Patch to fix small bug in do_External and do_dotcall
...dy handles this, so the fix is to
use the symbol name returned from resolveNativeRoutine().
After applying the attached patch (against R-trunk revision 47348) the
output looks like this:
% LC_ALL=C bin/R --vanilla < symname-bug.R
R version 2.9.0 Under development (unstable) (2008-12-26 r47348)
*snip*
> options(error=expression(0))
> ## Call 'R_GD_nullDevice' with incorrect parameter count:
> .Call("R_GD_nullDevice", 1)
Error in .Call("R_GD_nullDevice", 1) :
Incorrect number of arguments (1), expecting 0 for R_GD_nullDevice
>
&g...