Skip to content

R-alpha: "..." arg.matching [was 'Problems with dimnames and names']

1 message · Ross Ihaka

#
This wasn't a deliberate change, just my usual incompetence.
I think it crept in when we changed c() to be a generic function
(which does method dispatch internally).

The problem is in the function "ExtractOptionals" in bind.c.  There the
matching of arguments is done in two places with pmatch using a third
argument which is 0.  This indicates partial matching and should be
changed so that the third argument is 1 indicating exact matching.

	Ross
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._