Re: [Rd] Request: make `var` a generic

2019-01-20 Thread Edzer Pebesma
Hi Kenny, yes, there's only so much you can do with S3 methods penetrating other packages' code; IƱaki discusses this in the blog about the r-quantities project found at: https://www.r-spatial.org/r/2018/08/31/quantities-final.html#fitting-linear-models-with-quantities I'm not sure whether makin

[Rd] Request: make `var` a generic

2019-01-20 Thread Kenny Bell
Hi all, I am running into problems using `summary.lm` as calling `var` on a `units` object does not retain the `units` attribute. The units package addresses this issue for `mean` by implementing `mean.units`: units:::mean.units function (x, ...) { .as.units(NextMethod(), units(x)) } This i

Re: [Rd] long-standing documentation bug in ?anova.lme

2019-01-20 Thread Ben Bolker
Silence on this so far? Trying here one more time, otherwise I'll submit it as a bug report ... cheers Ben Bolker On 2019-01-17 12:32 p.m., Ben Bolker wrote: > tl;dr anova.lme() claims to provide sums of squares, but it doesn't. And > some names are misspelled in ?lme. I can submit all