>From a small thread over at the 'R-package-devel' mailing list,
this now goes to the R-devel mailing list
(CC'ing the original R-package-devel very exceptionally).
Note that I, as maintainer("Matrix") had introduced rBind() and
cBind() to be used for Matrix package matrices as substitute for
rb
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 him of this problem.
>
>
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 /
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 = structure(c
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 laun
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 launch the
debugger.
Better ideas are welcome.
++
Alex