|
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.
To install this package directly within R type:
install.packages("RInside", repos="http://R-Forge.R-project.org")
Version: 0.1.1 |
Last change: 2009-10-07 20:23:31+02 |
Rev.: 64
Stable Release:
Get RInside 0.1.1 from CRAN
|