Skip to content
Prev 37201 / 63421 Next

bug in identical()? [Was: [R-sig-ME] Failure to load lme4 on Mac]

Daniel,

thanks for the test case. I did run it in valgrind but nothing showed up, however ... 

I'm starting to have a suspicion that this has something to do with identical() - look at this:
[1] FALSE
[1] TRUE
[1] FALSE
[1] FALSE

So I think this may be a bug in identical() mainly because of the last one. I'll need to take identical() apart to see where it fails ... I'm CCing this to R-devel as the current issue seems more like an R issue so more eyes can have a look ...

Cheers,
Simon


[FWIW this is tested in today's R-devel (with valgrind level 2) on x86_64 OS X 10.6.4 with lme4 from CRAN and Matrix form R-devel Recommended]
On Jul 17, 2010, at 4:50 AM, Daniel Myall wrote: