Skip to content

R as COM client (rather than server)

3 messages · DED (David George Edwards), Erich Neuwirth, Duncan Temple Lang

#
It can be done.
But it is still in development and therefore not on CRAN.
There is a library rcom which does exactly what you are asking for.

http://sunsite.univie.ac.at/rcom/

always has the latest version of the R COM package,
currently including the package for R as a client also.

There is a special mailing list for questions
related to R and (D)COM
you can subscribe to it at

http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l
DED (David George Edwards) wrote:
#
There is also the Omegahat collection of packages for DCOM 
which supports R as a client, user-definable server objects and event handlers.
Together, RDCOMClient and  RDCOMServer  (and the SWinRegistry and SWinTypeLibs packages)
provide a general way to handle arbitrary data types in R and COM.
There is a description of how this differs from the S-Plus approach  and Thomas' rdcom package.

See http://www.omegahat.org/RDCOMClient
Erich Neuwirth wrote: