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]
All associated links for this package
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 21 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  
batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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