[R] array in version 2.8.0

2008-11-02 Thread David Stoffer
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: evaluation

Re: [R] array in version 2.8.0

2008-11-02 Thread Rolf Turner
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

Re: [R] array in version 2.8.0

2008-11-02 Thread David Stoffer
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