CRAN/E | RInside

RInside

C++ Classes to Embed R in C++ (and C) Applications

Installation

About

C++ classes to embed R in C++ (and 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. Numerous examples are provided in the nine 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'), 'eigen' (for 'RInside' use with 'RcppEigen'), and 'c_interface' for a basic C interface and 'Ruby' illustration. 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.

github.com/eddelbuettel/rinside/
dirk.eddelbuettel.com/code/rinside.html
Mailing list Please send questions and comments regarding RInside to rcpp-devel@lists.r-forge.r-project.org
Bug report File report

Key Metrics

Version 0.2.18
Published 2023-02-01 457 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks RInside results

Downloads

Yesterday 240 +11%
Last 7 days 1.301 +96%
Last 30 days 3.119 +84%
Last 90 days 7.960 -61%
Last 365 days 47.331 +175%

Maintainer

Maintainer

Dirk Eddelbuettel

edd@debian.org

Authors

Dirk Eddelbuettel
Romain Francois
Lance Bachmeier

Material

README
NEWS
ChangeLog
Reference manual
Package source

In Views

HighPerformanceComputing

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

RInside archive

Imports

Rcpp

LinkingTo

Rcpp

Reverse Imports

CircSpaceTime

Reverse Suggests

RMixtCompIO

Reverse LinkingTo

CircSpaceTime