The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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

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.

Version: 0.2.18
Imports: Rcpp
LinkingTo: Rcpp
Published: 2023-02-01
Author: Dirk Eddelbuettel, Romain Francois, and Lance Bachmeier
Maintainer: Dirk Eddelbuettel <edd at debian.org>
MailingList: Please send questions and comments regarding RInside to rcpp-devel@lists.r-forge.r-project.org
BugReports: https://github.com/eddelbuettel/rinside/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/eddelbuettel/rinside/, https://dirk.eddelbuettel.com/code/rinside.html
NeedsCompilation: yes
Materials: README NEWS ChangeLog
In views: HighPerformanceComputing
CRAN checks: RInside results

Documentation:

Reference manual: RInside.pdf

Downloads:

Package source: RInside_0.2.18.tar.gz
Windows binaries: r-devel: RInside_0.2.18.zip, r-release: RInside_0.2.18.zip, r-oldrel: RInside_0.2.18.zip
macOS binaries: r-release (arm64): RInside_0.2.18.tgz, r-oldrel (arm64): RInside_0.2.18.tgz, r-release (x86_64): RInside_0.2.18.tgz, r-oldrel (x86_64): RInside_0.2.18.tgz
Old sources: RInside archive

Reverse dependencies:

Reverse imports: CircSpaceTime
Reverse linking to: CircSpaceTime

Linking:

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.