[Rd] bug report - cor (PR#8852)

ligges at statistik.uni-dortmund.de ligges at statistik.uni-dortmund.de
Thu May 11 19:39:13 CEST 2006


daniel.oshea at dnr.state.mn.us wrote:

> Full_Name: daniel t. O'Shea
> Version: 2.2.1

Please read how to report a bug:
Please check at least the latest release, which is R-2.3.0!


> OS: xp
> Submission from: (NULL) (156.98.28.4)
> 
> 
> using the cor command in the base package.
> 
> cor(x,y)
>

Please read how to report a bug:
Please specify reproducible examples!

Under R-2.3.0 the following works for me:

set.seed(1)
x <- y <- matrix(rnorm(15000), nrow=15)
res <- cor(x,y)


Uwe Ligges



> x is a matrix (15 rows and 1000 columns).  I did not specify a column and R
> crashed - shut down.  
>
> error signature
> AppName:rgui.exe AppVer 2.21.51220.0
> ModName: r.dll
> ModVer: 2.21.51220.0
> 
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list