[Rd] Argument "nomatch" matched by multiple actual arguments ... %in% -> match?!?
Henrik Bengtsson
hb at stat.berkeley.edu
Thu Mar 6 11:27:49 CET 2008
When I run R CMD check R.oo on R v2.7.0 devel (2008-03-04 r44677) on
WinXP I get the following error while testing examples:
Error in match(x, table, nomatch = 0) :
formal argument "nomatch" matched by multiple actual arguments
Calls: setMethodS3 -> setMethodS3.default -> %in% -> match
Execution halted
How is that even possible with:
> get("%in%")
function (x, table)
match(x, table, nomatch = 0) > 0
<environment: namespace:base>
All '%in' statements in setMethodS3.default are of kind (foo %in%
bar). The error does not happen if I run the example(Object)
explicitly.
/Henrik
More information about the R-devel
mailing list