Package: RInside 0.2.18.1
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.18.1.tar.gz
RInside_0.2.18.1.zip(r-4.5)RInside_0.2.18.1.zip(r-4.4)RInside_0.2.18.1.zip(r-4.3)
RInside_0.2.18.1.tgz(r-4.4-x86_64)RInside_0.2.18.1.tgz(r-4.4-arm64)RInside_0.2.18.1.tgz(r-4.3-x86_64)RInside_0.2.18.1.tgz(r-4.3-arm64)
RInside_0.2.18.1.tar.gz(r-4.5-noble)RInside_0.2.18.1.tar.gz(r-4.4-noble)
RInside_0.2.18.1.tgz(r-4.4-emscripten)RInside_0.2.18.1.tgz(r-4.3-emscripten)
RInside.pdf |RInside.html✨
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 24 days agofrom:4fdd81bbc4. Checks:OK: 2 NOTE: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win-x86_64 | NOTE | Oct 28 2024 |
R-4.5-linux-x86_64 | OK | Oct 28 2024 |
R-4.4-win-x86_64 | NOTE | Oct 28 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 28 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 28 2024 |
R-4.3-win-x86_64 | NOTE | Oct 28 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 28 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 28 2024 |
Exports:
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Embedding R in C++ applications | RInside-package RInside |