RInside (0.2.2)
C++ classes to embed R in C++ applications.
http://dirk.eddelbuettel.com/code/rinside.html
http://cran.r-project.org/web/packages/RInside
C++ classes to embed R in C++ applications The RInside packages makes it easier to have 'R inside' your C++ application by providing a few wrapper classes. . As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. . Several examples are provided below the examples/ directory of the installed package, and Doxygen-generated documentation of the C++ classes is included as well.
Maintainer:
Dirk Eddelbuettel and Romain Francois
Author(s): Dirk Eddelbuettel and Romain Francois
License: GPL (>= 2)
Uses: Rcpp
Released about 3 years ago.