Re: [Rd] [EXTERNAL] Re: all.equal failure

2019-04-05 Thread Duncan Murdoch
On 05/04/2019 10:19 a.m., Therneau, Terry M., Ph.D. wrote: Duncan,   I should have included it in my original note, but      all.equal(unclass(t0x), unclass(t1x)) returns TRUE as well.  I had tried that as well.   But a further look at all.equal.default shows the following line right near

Re: [Rd] [EXTERNAL] Re: all.equal failure

2019-04-05 Thread Therneau, Terry M., Ph.D. via R-devel
Duncan,   I should have included it in my original note, but      all.equal(unclass(t0x), unclass(t1x)) returns TRUE as well.  I had tried that as well.   But a further look at all.equal.default shows the following line right near the top:     if (is.language(target) || is.function(target))