RInside: C++ Classes to Embed R in C++ Applications

C++ classes to embed R in C++ applications A C++ class providing the R interpreter is offered by this package making it easier to have "R inside" your C++ application. 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. d Numerous examples are provided in the eight subdirectories of the examples/ directory of the installed package: standard, 'mpi' (for parallel computing), 'qt' (showing how to embed 'RInside' inside a Qt GUI application), 'wt' (showing how to build a "web-application" using the Wt toolkit), 'armadillo' (for 'RInside' use with 'RcppArmadillo') and 'eigen' (for 'RInside' use with 'RcppEigen'). The examples use 'GNUmakefile(s)' with GNU extensions, so a GNU make is required (and will use the 'GNUmakefile' automatically). 'Doxygen'-generated documentation of the C++ classes is available at the 'RInside' website as well.

Version: 0.2.15
Depends: R (≥ 2.10.0)
Imports: Rcpp (≥ 0.11.0)
LinkingTo: Rcpp
Published: 2019-03-06
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel <edd at debian.org>
BugReports: https://github.com/eddelbuettel/rinside/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: http://dirk.eddelbuettel.com/code/rinside.html
NeedsCompilation: yes
Materials: README NEWS ChangeLog
In views: HighPerformanceComputing
CRAN checks: RInside results

Downloads:

Reference manual: RInside.pdf
Package source: RInside_0.2.15.tar.gz
Windows binaries: r-devel: RInside_0.2.15.zip, r-devel-gcc8: RInside_0.2.15.zip, r-release: RInside_0.2.15.zip, r-oldrel: RInside_0.2.15.zip
OS X binaries: r-release: RInside_0.2.15.tgz, r-oldrel: RInside_0.2.15.tgz
Old sources: RInside archive

Reverse dependencies:

Reverse imports: CircSpaceTime
Reverse linking to: CircSpaceTime
Reverse suggests: RMixtCompIO

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RInside to link to this page.