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.18")



Attach the package and use:
library("RInside")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
First Published: 2009-09-20
Latest Update: 2023-02-01
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.18, https://cran.r-project.org/web/packages/RInside. Accessed 15 Apr. 2025.
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)
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
03/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for RInside102030405060708090100110120TrendBars

Today's Hot Picks in Authors and Packages

mipplot  
An Open-Source Tool for Visualization of Climate Mitigation Scenarios
Generic functions to produce area/bar/box/line plots of data following IAMC (Integrated Assessment M ...
Download / Learn more Package Citations See dependency  
SAutomata  
Inference and Learning in Stochastic Automata
Machine learning provides algorithms that can learn from data and make inferences or predictions. St ...
Download / Learn more Package Citations See dependency  
StructFDR  
False Discovery Control Procedure Integrating the Prior Structure Information
Perform more powerful false discovery control (FDR) for microbiome data, taking into account the pri ...
Download / Learn more Package Citations See dependency  
ktsolve  
Configurable Function for Solving Families of Nonlinear Equations
This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
mt  
Metabolomics Data Analysis Toolbox
Functions for metabolomics data analysis: data preprocessing, orthogonal signal correction, PCA ana ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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