Re: [Rd] MetaCran website v1.0.0-alpha

2015-05-27 Thread Martin Maechler
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

Re: [Rd] NEWS.md support on CRAN

2015-05-27 Thread Duncan Murdoch
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

Re: [Rd] Fix for bug in arima function

2015-05-27 Thread Patrick Perry
> 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