Re: [Rd] Warning message when items of Hmisc are masked by loading a package.

2010-12-21 Thread peter dalgaard
On Dec 21, 2010, at 17:03 , Joris Meys wrote: > I know the masking message is standard behaviour. It is the warning mesage > >> Warning message: >> In identical(get(., i), get(., lib.pos)) : ignoring non-pairlist attributes > > that puzzles me. And that's something I noticed only in 2.12.1 >

Re: [Rd] Warning message when items of Hmisc are masked by loading a package.

2010-12-21 Thread Joris Meys
I know the masking message is standard behaviour. It is the warning mesage > Warning message: > In identical(get(., i), get(., lib.pos)) : ignoring non-pairlist attributes that puzzles me. And that's something I noticed only in 2.12.1 Cheers Joris On Tue, Dec 21, 2010 at 4:59 PM, David Winsemi

Re: [Rd] Warning message when items of Hmisc are masked by loading a package.

2010-12-21 Thread Joris Meys
PS : This did not happen in R 2.12.0, it just occured when I installed the new R version today. Cheers Joris On Tue, Dec 21, 2010 at 2:50 PM, Joris Meys wrote: > I've noticed that I get a warning message every time a package masks > some functions from Hmisc. The warning message says : > > Warnin

[Rd] Warning message when items of Hmisc are masked by loading a package.

2010-12-21 Thread Joris Meys
I've noticed that I get a warning message every time a package masks some functions from Hmisc. The warning message says : Warning message: In identical(get(., i), get(., lib.pos)) : ignoring non-pairlist attributes This happens with eg: library(plyr) library(xtable) I think I've seen this passi