Re: [R-pkg-devel] Warning: rBind is deprecated-- but I don't call it

2018-03-21 Thread William Revelle
Thierry, Agreed. I just filed a bug report on the gitHub site. Bill > On Mar 21, 2018, at 3:21 PM, Thierry Onkelinx > wrote: > > Dear Bill, > > The best way to fix your problem is IMHO to have it fixed in lme4. I've cc'ed > Ben Bolker (lme4 maintainer) to inform

Re: [R-pkg-devel] Warning: rBind is deprecated-- but I don't call it

2018-03-21 Thread Thierry Onkelinx
Dear Bill, The best way to fix your problem is IMHO to have it fixed in lme4. I've cc'ed Ben Bolker (lme4 maintainer) to inform him of this problem. Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK /

Re: [R-pkg-devel] Warning: rBind is deprecated-- but I don't call it

2018-03-21 Thread William Revelle
Thanks. I had suspected another package, but couldn’t figure out how to show that. debug(Matrix::rBind) shows that the problem is in lme4 #with debug(Matrix::rBind) x.df <- structure(list(values = c(9, 6, 8, 7, 10, 6, 2, 1, 4, 1, 5, 2, 5, 3, 6, 2, 6, 4, 8, 2, 8, 6, 9, 7), items =

Re: [R-pkg-devel] Warning: rBind is deprecated-- but I don't call it

2018-03-21 Thread Duncan Murdoch
On 21/03/2018 2:48 PM, Alexandre Courtiol wrote: Hi William, Perhaps you use rBind indirectly... I don't know the best way to check that, but I would try to set a debug(rBind) before running some of your code in an interactive session. If any function uses rBind, you should notice as it will

[R-pkg-devel] Warning: rBind is deprecated-- but I don't call it

2018-03-21 Thread William Revelle
Dear friends, When testing my latest version of psych on win.builder, I keep getting the following Warning: * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... ** running examples for arch 'i386' ... [32s] WARNING Found the following