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, OS X and even on Windows provided you use the same tools used to build R itself. Numerous examples are provided in the three subdirectories the examples/ directory of the installed package: standard, mpi (for parallel computing) qt (showing how to embed RInside inside a Qt application), and wt (showing how to build a 'web-application' using the Wt toolkit). Doxygen-generated documentation of the C++ classes is available at the RInside website as well.

Version: 0.2.6
Depends: R (≥ 2.10.0), Rcpp (≥ 0.8.5)
LinkingTo: Rcpp
Published: 2012-01-12
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
License: GPL (≥ 2)
URL: http://dirk.eddelbuettel.com/code/rinside.html
In views: HighPerformanceComputing
CRAN checks: RInside results

Downloads:

Package source: RInside_0.2.6.tar.gz
MacOS X binary: RInside_0.2.6.tgz
Windows binary: RInside_0.2.6.zip
Reference manual: RInside.pdf
News/ChangeLog:NEWS ChangeLog
Old sources: RInside archive