Re: [Rd] Solved and Question: Problem with S3 method dispatch and NAMESPACE

2013-04-24 Thread Frank Harrell
Thank you very much Peter. That did the trick. Frank Peter Dalgaard-2 wrote > On Apr 24, 2013, at 15:59 , Frank Harrell wrote: > >> I found that package quantreg has created a new generic for latex() [I >> wish >> it hadn't; this has been a generic in Hmisc for almost 2 decades]. When >> I >> r

Re: [Rd] Solved and Question: Problem with S3 method dispatch and NAMESPACE

2013-04-24 Thread peter dalgaard
On Apr 24, 2013, at 15:59 , Frank Harrell wrote: > I found that package quantreg has created a new generic for latex() [I wish > it hadn't; this has been a generic in Hmisc for almost 2 decades]. When I > require(quantreg) after loading rms, latex(anova.rms object) dispatches > latex.default, bu

[Rd] Solved and Question: Problem with S3 method dispatch and NAMESPACE

2013-04-24 Thread Frank Harrell
I found that package quantreg has created a new generic for latex() [I wish it hadn't; this has been a generic in Hmisc for almost 2 decades]. When I require(quantreg) after loading rms, latex(anova.rms object) dispatches latex.default, but everything is fine if I don't load quantreg. rms has imp