Package: RInside 0.2.19

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.

Authors:Dirk Eddelbuettel [aut, cre], Romain Francois [aut], Lance Bachmeier [ctb]

RInside_0.2.19.tar.gz
RInside_0.2.19.zip(r-4.7)RInside_0.2.19.zip(r-4.6)RInside_0.2.19.zip(r-4.5)
RInside_0.2.19.tgz(r-4.6-x86_64)RInside_0.2.19.tgz(r-4.6-arm64)RInside_0.2.19.tgz(r-4.5-x86_64)RInside_0.2.19.tgz(r-4.5-arm64)
RInside_0.2.19.tar.gz(r-4.7-arm64)RInside_0.2.19.tar.gz(r-4.7-x86_64)RInside_0.2.19.tar.gz(r-4.6-arm64)RInside_0.2.19.tar.gz(r-4.6-x86_64)
RInside_0.2.19.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
RInside/json (API)
NEWS

# Install 'RInside' in R:
install.packages('RInside', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/eddelbuettel/rinside/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

c-plus-plusembeddedcpp

6.98 score 142 stars 19 scripts 2.0k downloads 1 mentions 0 exports 1 dependencies

Last updated from:d1f0af5fbc. Checks:6 OK, 7 NOTE. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK118
linux-devel-x86_64OK108
source / vignettesOK169
linux-release-arm64OK145
linux-release-x86_64OK103
macos-release-arm64NOTE107
macos-release-x86_64NOTE277
macos-oldrel-arm64NOTE98
macos-oldrel-x86_64NOTE196
windows-develNOTE127
windows-releaseNOTE129
windows-oldrelNOTE134
wasm-releaseOK94

Exports:

Dependencies:Rcpp