[R] Segmentation fault with xyplot

Uwe Ligges ligges at statistik.uni-dortmund.de
Wed Apr 3 16:35:13 CEST 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.

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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list