Skip to content
Prev 49068 / 63421 Next

Bug in new behaviour for all.equal and environments?

On 21/09/2014, 1:38 PM, Rui Barradas wrote:
I'm not sure if that's really "ok", since it returns TRUE for any pair
of environments, e.g.

all.equal(baseenv(), emptyenv())

The current R-devel behaviour is temporary and certain to change.

Duncan Murdoch