R crashes when using "xyplot" (PR#1801)

carsten.dormann@web.de carsten.dormann@web.de
Wed, 17 Jul 2002 15:42:10 +0200 (MET DST)


Full_Name: Carsten Dormann
Version: 1.4.0
OS: Windows 2000
Submission from: (NULL) (192.171.129.9)


Hello,

using the function xyplot I repeatedly had R crashing.

One example is from the book of Mick Crawley (Stat. Computing in Splus), where
the commandline reads: xyplot(Weight~Age|Genotype, pch=16)
I also had the same phenomenon with my own data and commands even simpler.

I reinstalled lattice, because on loading the package I got an error message
that the lattice.dll couldn't be found. However that wasn't the cause of the
problem. I downloaded the package again from a different mirror site, all in
vain.
This is the simplest code I could create to crash R with xyplot:
> x_runif(100)
> y_rnorm(100)
> plot(x,y)
> xyplot(y~x)
CRASH!

Best wishes,

Carsten



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._