Ok- it works now after flushing my objects. The package Oarray doesn't seem
to work under version 2.8.0. I emailed Jonathan about it and he said he
won't get to updating it until next year. In the meantime, I was trying to
produce a seat-of-the-pants workaround and I probably redefined "as.arra
On 3/11/2008, at 2:11 PM, David Stoffer wrote:
What happened? TIA.
In version 2.7.x:
(x <- array(1:4, c(2,2)))
[,1] [,2]
[1,]13
[2,]24
as.array(x)
[,1] [,2]
[1,]13
[2,]24
In version 2.8.0:
(x <- array(1:4, c(2,2)))
[,1] [,2]
[1,]1
What happened? TIA.
In version 2.7.x:
> (x <- array(1:4, c(2,2)))
[,1] [,2]
[1,]13
[2,]24
> as.array(x)
[,1] [,2]
[1,]13
[2,]24
In version 2.8.0:
> (x <- array(1:4, c(2,2)))
[,1] [,2]
[1,]13
[2,]24
> as.array(x)
Error: evaluati
3 matches
Mail list logo