Hello,

I've developed a solution to integrate R into an application in a safer way than the direct integration provided by RInside. It is conceptually similar to RServe: the application does not link to R, but communicates with a different process where R is running. Securing the separate process is much easier.

Unlike RServe, my solution has the full power of Rcpp/RInside: one can communicate custom data types, and one can even allow the R code to call back into provided C++ functions.

I've made a pull request, but the code is complex enough to need a few more eyes before merging. Please read and comment, either on github or via email!

If you cannot comment on the code, but think this could be useful for you, please let me know.

https://github.com/eddelbuettel/rinside/pull/8


Thanks!
Christian
--
Christian Authmann
Philipps-Universität Marburg
Fachbereich Mathematik und Informatik
AG Datenbanksysteme
Hans-Meerwein-Straße
D-35032 Marburg
_______________________________________________
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