Skip to content
Prev 28667 / 63421 Next

all.equal, classes, and order of arguments

[1] "Attributes: < target is NULL, current is list >"
[1] "Attributes: < Modes: list, NULL >"
[2] "Attributes: < names for target but not for current >"
[3] "Attributes: < Length mismatch: comparison on first 0 components >"

which does not reveal the simple difference between a and b.  I had
also expected that all.equal would (in some sense) be symmetric with
respect to its arguments, but I can see that this would be very hard
to guarantee in general.

Hadley