RInside: C++ classes to embed R in C++ applications

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 and OS X, but may not on Windows due to the way R is built on Windows. Several examples are provided in the examples/ directory of the installed package, and Doxygen-generated documentation of the C++ classes is included as well.

Version: 0.1.1
Depends: R (≥ 2.8.0), Rcpp
OS_type: unix
Published: 2009-09-28
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd at debian.org>
License: GPL-2
URL: http://dirk.eddelbuettel.com/code/rinside.html
SystemRequirements: None
CRAN checks: RInside results

Downloads:

Package source: RInside_0.1.1.tar.gz
MacOS X binary: RInside_0.1.1.tgz
Windows binary: not available, see ReadMe.
Reference manual: RInside.pdf
News/ChangeLog:ChangeLog
Old sources: RInside archive