I am using J601c with the corresponding stats\r addon.
I am using R 2.6.0 with the latest Rserve (0.5-0).

My setup basically works, but I cannot retrieve arrays. I can retrieve
vectors such as the rows of an array.

Is this errror (below) telling me that the Rserve interface has changed?
What is the last version of R/Rserve the addon was known to work with?
Is toJXatt looking at the attributes (dim) of the retrieved array?

Thanks for any help.


   Rget 'pi'
3.14159
   Rget '1:4'
1 2 3 4
   Rcmd 'x=array(1:6, c(2, 3))'
   Rget 'dim(x)'
2 3
   Rget 'x[1,]'
1 3 5
   Rget 'x[2,]'
2 4 6
   Rget 'x'
|rank error: toJXatt
|   ndx=.att     i.<s:<'dim'

The error also produces a popup box from dsock: 'Unknown extended type:21'.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to