(Just trying to complement Dirk's answer.)

> 1. Is RCpp enough for calling in R through C++?

Yes, but you must have R installed. (Not just on your development
machine - machines that install your C++/Rcpp application will need to
have R installed.)

> 2. There is also a package (I think it is RCOM) that is used with a
> COM server which apparently allows invoking R routines through C++.

It appears RCOM is no longer open source software:
  http://cran.r-project.org/web/packages/rcom/index.html
  http://rcom.univie.ac.at/

I would guess, as you are already comfortable with C++, that Rcpp will
be more to your taste. It is real C++, and real R... the downside being
you get the learning curve of both ;-)

Darren

-- 
Darren Cook, Software Researcher/Developer

http://dcook.org/work/ (About me and my work)
http://dcook.org/blogs.html (My blogs and articles)
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to