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 Nov. 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

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
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  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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