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. Richard -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
This might not be the reason for the problem, but exactly what versions of nlme, grid and lattice do you have ? I ask because I get slightly different messages (nlme should now load lattice, for one thing) and everything works OK (on Linux). I'll try to check Windows 2000 tomorrow. --- "Yang, Richard" <dyang at nrcan.gc.ca> 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. > > > Richard > > >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-> 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 >_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ __________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian D Ripley
2002-May-08 06:33 UTC
[R] R 1.5.0 terminated while plotting groupedData
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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Thanks Dr. Bill.Venables and Prof Brian D Ripley for their quick responses to my query. The problem occurred on a laptop but it works fine on a desktop in office. I noticed that the library(nlme) loads both nlme and lattice on the desktop but only nlme on the laptop. So there may have some installation problem. Thanks, Richard -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._