Skip to content
Prev 13577 / 63421 Next

model.matrix.default chokes on backquote (PR#7202)

"Gabor Grothendieck" <ggrothendieck@myway.com> writes:
I've committed a fix that at least handles Gabor's examples without
breaking the test suite. 

This will *not* cure the issues paraphrased as y ~ `offset(foo)` +
offset(foo), i.e. that a "funny name" and a function call or special
construct can lead to the same variable name in the model frame. I
strongly suspect that this cannot be done without splitting everything
apart and reassembling it into a new design. So, well, just don't do
that!