Hi - Are there any known bugs or other issues that may cause R to crash when trying to use xyplot()? For example,> x<-1:100 > y<-rnorm(100) > library(lattice)Loading required package: grid> xyplot(y~x)causes this: Process R segmentation fault at Wed Apr 3 16:56:42 2002 I am running linux debian unstable on i386. R says it is R 1.5.0 in the header text when starting but according to my installation files it is a debian package 1.4.1.cvs20020331-1. I use ESS to run R and did update.packages() from CRAN before testing. Regards, Kari -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Yes, you need grid 0.6 with R-devel or grid 0.5-1 with R-1.4.1. I suggest that you get the debian package of a released version of R and use that. Lots of packages will not run with a snapshot of Mar 31. There are updates on CRAN, but update.packages() will not get them for you. Notice that your snapshot says in its header that it is *unstable*. It means what it says. On Wed, 3 Apr 2002, Kari Ruohonen wrote:> Hi - Are there any known bugs or other issues that may cause R to crash > when trying to use xyplot()? For example, > > > x<-1:100 > > y<-rnorm(100) > > library(lattice) > Loading required package: grid > > xyplot(y~x) > > causes this: > > Process R segmentation fault at Wed Apr 3 16:56:42 2002 > > I am running linux debian unstable on i386. R says it is R 1.5.0 in the > header text when starting but according to my installation files it is a > debian package 1.4.1.cvs20020331-1. I use ESS to run R and did > update.packages() from CRAN before testing. > > Regards, Kari > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > 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 > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ >-- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Kari Ruohonen wrote:> > Hi - Are there any known bugs or other issues that may cause R to crash > when trying to use xyplot()? For example, > > > x<-1:100 > > y<-rnorm(100) > > library(lattice) > Loading required package: grid > > xyplot(y~x) > > causes this: > > Process R segmentation fault at Wed Apr 3 16:56:42 2002 > > I am running linux debian unstable on i386. R says it is R 1.5.0 in the > header text when starting but according to my installation files it is a > debian package 1.4.1.cvs20020331-1. I use ESS to run R and did > update.packages() from CRAN before testing.Looks like you have got a development version ("unstable") of R. Use version to see what version you really have got. The latest official release is R-1.4.1 (2002-01-30). For R-1.5.0 (in development !) you'll need other versions of grid and lattice, available at CRAN: http://cran.r-project.org/src/contrib/1.5.0/ Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 for this answer and others. Updating the libraries as suggested helped. I got the development version by "accident" when updating my debian system as usual and did a "distribution upgrade". My fault. Kari On Wed, 3 Apr 2002 ripley at stats.ox.ac.uk wrote:> Yes, you need grid 0.6 with R-devel or grid 0.5-1 with R-1.4.1. > > I suggest that you get the debian package of a released version of R and > use that. >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._