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:
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
Last updated from:d1f0af5fbc. Checks:6 OK, 7 NOTE. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 118 | ||
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 169 | ||
| linux-release-arm64 | OK | 145 | ||
| linux-release-x86_64 | OK | 103 | ||
| macos-release-arm64 | NOTE | 107 | ||
| macos-release-x86_64 | NOTE | 277 | ||
| macos-oldrel-arm64 | NOTE | 98 | ||
| macos-oldrel-x86_64 | NOTE | 196 | ||
| windows-devel | NOTE | 127 | ||
| windows-release | NOTE | 129 | ||
| windows-oldrel | NOTE | 134 | ||
| wasm-release | OK | 94 |
Exports:
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Embedding R in C++ applications | RInside-package RInside |
