search for: wfy6nlnh2dfdtogcastbgno

Displaying 1 result from an estimated 1 matches for "wfy6nlnh2dfdtogcastbgno".

2005 Dec 28
2
.Call not counting parameters consistently (PR#8450)
The R_registerRoutines C function allows the number of parameters to a .Call function to be registered. For example, the tools package function md5sum() calls "Rmd5", which has been registered to require just one parameter. But if it is called with the wrong number of parameters, only the first error gets caught: > library(tools) >