Displaying 1 result from an estimated 1 matches for "r_convertrobjecttodcom".
2010 Oct 20
0
Regarding RDCOMClient package
...This preserves the type info, but each element in the matrix rates is
type of list.
Then we can add a *case* statement in the function R_create2DArray in
file converters.cpp:
VARIANT v;
...
case VECSXP:
// Only get the first element.
VariantInit(&v);
R_convertRObjectToDCOM(VECTOR_ELT(obj, ctr), &v);
el = (void*)&v;
break;
May I ask if there is another way to work this around?
If not, may I request to add this new feature to RDCOMClient?
Thanks,
Milo
PLEASE READ: The information contained in this e-mail is confidential.
If...