Other packages > Find by keyword >

RInside  

C++ Classes to Embed R in C++ (and C) Applications
View on CRAN: Click here


Download and install RInside package within the R console
Install from CRAN:
install.packages("RInside")

Install from Github:
library("remotes")
install_github("cran/RInside")

Install by package version:
library("remotes")
install_version("RInside", "0.2.19")



Attach the package and use:
library("RInside")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2009-09-20
Latest Update: 2025-04-22
Description:
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.
How to cite:
Dirk Eddelbuettel (2009). RInside: C++ Classes to Embed R in C++ (and C) Applications. R package version 0.2.19, https://cran.r-project.org/web/packages/RInside. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.1.0 (2009-09-20 21:35), 0.1.1 (2009-09-28 09:56), 0.2.0 (2009-12-21 14:19), 0.2.1 (2010-01-07 16:40), 0.2.2 (2010-03-23 08:26), 0.2.3 (2010-08-06 16:23), 0.2.4 (2011-04-24 21:19), 0.2.5 (2011-12-08 20:01), 0.2.6 (2012-01-12 10:24), 0.2.7 (2012-08-13 09:48), 0.2.8 (2012-09-08 09:17), 0.2.9 (2012-11-05 09:24), 0.2.10 (2012-12-05 21:56), 0.2.11 (2014-02-12 08:09), 0.2.12 (2015-01-28 11:38), 0.2.13 (2015-05-20 15:19), 0.2.14 (2017-05-05 05:19), 0.2.15 (2019-03-06 16:32), 0.2.16 (2020-03-12 16:10), 0.2.17 (2022-04-01 14:30), 0.2.18 (2023-02-01 17:30)
Other packages that cited RInside R package
View RInside citation profile
Other R packages that RInside depends, imports, suggests or enhances
Complete documentation for RInside
Functions, R codes and Examples using the RInside R package
Some associated functions: RInside-package . 
Some associated R codes: RInsidePaths.R . RcppExports.R . zzz.R .  Full RInside package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

imagefx  
Extract Features from Images
Synthesize images into characteristic features for time-series analysis or machine learning applicat ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA