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

bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
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  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns