Skip to content
Prev 7703 / 12125 Next

[R-pkg-devel] New 'extptr.as.ref' argument in identical() causing check failures

Andrew,

you should not re-define identical, it is not a semantic operation and does NOT test equality. Did you mean to write a `==` method instead?

Cheers,
Simon