[R] gls bug?

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Mar 29 11:22:57 CEST 2007


On Fri, 16 Mar 2007, simon bond wrote:

> I found that the following code crashes R (version 2.4.0 in windows).
>
>> x=rnorm(10,0.1,1)
>> library(nlme)
>> gls(x~0)
>
> I quickly found a work-around for what I was trying to do, but I thought 
> I should report this.

This will be fixed (to give a sensible non-fatal error message) in nlme 
3.1-80.

If you are still using 2.4.0 you probably have not updated your 
recommended packages either: please use sessionInfo() in bug reports as
requested in the R posting guide.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list