[R] R 1.5.0 terminated while plotting groupedData
    Prof Brian D Ripley 
    ripley at stats.ox.ac.uk
       
    Wed May  8 08:33:42 CEST 2002
    
    
  
On Wed, 8 May 2002, Yang, Richard wrote:
> Dear R-help;
>
> Following the installation of R 1.5.0  and library packages to my Win 2K
> machine,  I tested the new R system:
>
> > library(nlme)
> Loading required package: nls
> > library(lattice)
> Loading required package: grid
> >data(Soybean)
> >plot(Soybean)
>
> A program error appears: "Rgui.exe has generated errors and will be closed
> by Windows. You will need to restart the program. An error log is being
> created".
>
> Both nlme and lattice libraries are current. Apparently, there are bugs
> somewhere.
But is grid?  Also, the current nlme loads lattice, so I doubt if nlme
actually is current:
> library(nlme)
Loading required package: nls
Loading required package: lattice
Both grid and lattice are packaged with 1.5.0.  It is essential that you
use those versions (or later versions of lattice).
Your example does work for me.
> Apparently, there are bugs somewhere.
Not proven, as user error has not been ruled out.
-- 
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 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
    
    
More information about the R-help
mailing list