Re: [Rd] Bug in cor() with named array and matrix (PR#7116)

2004-07-20 Thread maechler
> "jusung" == jusung <[EMAIL PROTECTED]> > on Mon, 19 Jul 2004 23:13:01 +0200 (CEST) writes: jusung> Full_Name: Ju-Sung Lee jusung> Version: 1.9.1 jusung> OS: Windows XP jusung> Submission from: (NULL) (128.2.79.102) jusung> The following commands causes R to cra

[Rd] Bug in cor() with named array and matrix (PR#7116)

2004-07-19 Thread jusung
Full_Name: Ju-Sung Lee Version: 1.9.1 OS: Windows XP Submission from: (NULL) (128.2.79.102) The following commands causes R to crash: a = array(1:3) dimnames(a)[[1]] = c('1','2','3') cor(a,matrix(1:3)) not naming the array seems to work. __ [EMAIL PRO