Hello,

the option with rcom does work if I open at the same time R while I am working with matlab.

But with the other option with R(D)COM, I obtain
R_handle=actxserver('StatConnectorSrv.StatConnector');
R_handle.Init('R');
??? Invoke Error, Dispatch Exception: No se puede convertir el objeto

As my windows is in spanish I traduce last phrase:
"No se puede convertir el objeto": Object cannot be converted.

I am afraid there is not any other message :-(

Anyway, I can manage with the option with rcom. I suppose, as it is a beta version, my message contribute to develop this fine tool.

Best


J. Miguel Marin schrieb:
Hello colleagues,

I am afraid that matlab and R conection does not work now:

R_handle=actxserver('StatConnectorSrv.StatConnector');
R_handle.Init('R');

??? Invoke Error, Dispatch Exception

Which error code, please. Does DbgView tell us anything?


The same problem appears if I use rcom:

R_handle=actxserver('RCOMServerLib.StatConnector'); R_handle.Init('R');
??? Error using ==> feval
Server Creation Failed: Clase no registrada

Error in ==> actxserver at 87
       h=feval(['COM.' convertedProgID], 'server', machinename, interface);

Did you:

* install rscproxy
* install rcom (should automatically install rscproxy)
* load rcom and call comRegisterRegistry()

Thomas

_______________________________________________
Rcom-l mailing list
Rcom-l@mailman.csd.univie.ac.at
http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l
More information (including a Wiki) at http://rcom.univie.ac.at





jm~

_______________________________

       J. Miguel Marin

http://www.est.uc3m.es/jmmarin

   Dep. of Statistics
University Carlos III of Madrid
       Spain (E.U.)
_______________________________


_______________________________________________
Rcom-l mailing list
Rcom-l@mailman.csd.univie.ac.at
http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l
More information (including a Wiki) at http://rcom.univie.ac.at

Reply via email to