search for: rexpfactory

Displaying 1 result from an estimated 1 matches for "rexpfactory".

2008 Nov 30
1
Rserve and creating a list of lists
...rconn.assign("temp",rser); REXP ret = rconn.eval("invisible(unserialize(temp))"); (1) rexpArr.add(ret); RList rlist = new RList(rexpArr); REXPList rl = new REXPList(rlist); The problem is when I do an assign rconn.assign("finalresult",rl); whence I get *** REXPFactory unable to interpret org.rosuda.REngine.REXPUnknown@1629ce8c[4] * ** REXPFactory unable to interpret org.rosuda.REngine.REXPUnknown@1629ce8c[4] *** REXPFactory unable to interpret org.rosuda.REngine.REXPUnknown@1629ce8c[4] *** REXPFactory unable to interpret org.rosuda.REngine.REXPUnknown...