Hi Gábor,
just to you :
> Gábor Csárdi
> on Tue, 26 May 2015 14:16:00 -0400 writes:
> On Tue, May 26, 2015 at 2:10 PM, Gabriel Becker
> wrote:
> [...]
>>
>> Well, sort of. I mean if the package is being actively developed not on
>> github, forking your arch
On 22/05/2015 8:49 PM, Imanuel Costigan wrote:
> Are there any plans for CRAN to support NEWS files in markdown? Bit of a
> hassle to go the the package’s Github (or other like) site to read NEWS.
In answer to your original question: plans are now being formed. It
seems as though full support s
> I suspect that what we really need is
>
> fitI <- lm(x ~ xreg - 1, na.action = na.omit)
> fit <- if(length(dx) > ncol(dxreg))
> lm(dx ~ dxreg - 1, na.action = na.omit)
> else list(rank = 0L)
> if(fit$rank == 0L) {
> ## Degenerate model. Proceed anyway so as not to break old code
> fit <- fit