Skip to content
Prev 21345 / 63424 Next

BUG in " == " ? (PR#9065)

Hello,
here is the version of R that I use :
_
platform       i486-pc-linux-gnu
arch           i486
os             linux-gnu
system         i486, linux-gnu
status
major          2
minor          3.1
year           2006
month          06
day            01
svn rev        38247
language       R
version.string Version 2.3.1 (2006-06-01)

And here is one of the sequences of isntruction that returns an abberation :
[1] 0.7
numeric(0)
[1] FALSE

Or another version of (maybe) the same bug :
[1] TRUE
[1] TRUE
[1] 0.7
[1] FALSE

It seems completely strange ... any help would be greatly appreciated :)

Regards,
Eric Durand