Other packages > Find by keyword >

Rcpp  

Seamless R and C++ Integration
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("Rcpp", "1.1.1")



Attach the package and use:
library("Rcpp")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2008-11-06
Latest Update: 2025-07-02
Description:
The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at , the paper by Eddelbuettel and Francois (2011, ), the book by Eddelbuettel (2013, ) and the paper by Eddelbuettel and Balamuta (2018, ); see 'citation("Rcpp")' for details.
How to cite:
Dirk Eddelbuettel (2008). Rcpp: Seamless R and C++ Integration. R package version 1.1.1, https://cran.r-project.org/web/packages/Rcpp. Accessed 16 Mar. 2026.
Previous versions and publish date:
0.6.0 (2008-11-06 19:15), 0.6.1 (2008-11-30 20:19), 0.6.2 (2008-12-04 09:19), 0.6.3 (2009-01-11 20:11), 0.6.4 (2009-03-02 09:54), 0.6.5 (2009-04-03 11:41), 0.6.6 (2009-08-04 16:22), 0.6.7 (2009-11-08 19:23), 0.6.8 (2009-11-10 11:15), 0.7.0 (2009-12-20 10:58), 0.7.1 (2010-01-03 12:43), 0.7.2 (2010-01-13 08:45), 0.7.3 (2010-01-22 08:47), 0.7.4 (2010-01-31 11:10), 0.7.5 (2010-02-09 10:16), 0.7.6 (2010-02-13 09:22), 0.7.7 (2010-02-14 20:43), 0.7.8 (2010-03-09 21:05), 0.7.9 (2010-03-13 15:54), 0.7.10 (2010-03-16 18:06), 0.7.11 (2010-04-02 19:05), 0.7.12 (2010-04-16 18:03), 0.8.0 (2010-05-17 15:24), 0.8.1 (2010-06-08 15:19), 0.8.2 (2010-06-10 08:26), 0.8.3 (2010-06-29 14:29), 0.8.4 (2010-07-15 12:33), 0.8.5 (2010-07-26 23:02), 0.8.6 (2010-09-17 17:15), 0.8.7 (2010-10-16 09:11), 0.8.8 (2010-11-03 08:37), 0.8.9 (2010-11-28 07:24), 0.9.0 (2010-12-22 12:18), 0.9.1 (2011-02-14 18:46), 0.9.2 (2011-02-24 10:00), 0.9.3 (2011-04-05 21:03), 0.9.4 (2011-04-12 18:22), 0.9.5 (2011-07-06 20:56), 0.9.6 (2011-07-27 15:41), 0.9.7 (2011-09-30 07:51), 0.9.8 (2011-12-22 09:26), 0.9.9 (2011-12-27 11:05), 0.9.10 (2012-02-17 08:38), 0.9.11 (2012-06-22 17:08), 0.9.12 (2012-06-25 08:15), 0.9.13 (2012-06-29 08:32), 0.9.14 (2012-10-01 08:36), 0.9.15 (2012-10-14 11:12), 0.10.0 (2012-11-14 08:28), 0.10.1 (2012-11-27 07:43), 0.10.2 (2012-12-21 16:39), 0.10.3 (2013-03-23 17:05), 0.10.4 (2013-06-24 16:25), 0.10.5 (2013-09-29 11:02), 0.10.6 (2013-10-29 15:11), 0.11.0 (2014-02-03 07:12), 0.11.1 (2014-03-14 09:24), 0.11.2 (2014-06-08 12:30), 0.11.3 (2014-09-29 09:05), 0.11.4 (2015-01-24 16:34), 0.11.5 (2015-03-06 12:36), 0.11.6 (2015-05-01 16:52), 0.12.0 (2015-07-25 12:26), 0.12.1 (2015-09-10 16:07), 0.12.2 (2015-11-15 22:07), 0.12.3 (2016-01-10 22:18), 0.12.4 (2016-03-26 21:39), 0.12.5 (2016-05-14 23:46), 0.12.6 (2016-07-19 10:40), 0.12.7 (2016-09-05 02:31), 0.12.8 (2016-11-17 17:59), 0.12.9 (2017-01-14 21:32), 0.12.10 (2017-03-19 13:33), 0.12.11 (2017-05-22 06:18), 0.12.12 (2017-07-15 14:02), 0.12.13 (2017-09-28 10:09), 0.12.14 (2017-11-23 22:24), 0.12.15 (2018-01-20 16:30), 0.12.16 (2018-03-13 23:46), 0.12.17 (2018-05-19 00:17), 0.12.18 (2018-07-23 09:50), 0.12.19 (2018-10-01 08:39), 1.0.0 (2018-11-07 21:00), 1.0.1 (2019-03-17 08:15), 1.0.2 (2019-07-25 12:10), 1.0.3 (2019-11-08 23:44), 1.0.4.6 (2020-04-09 10:30), 1.0.4 (2020-03-17 09:20), 1.0.5 (2020-07-06 15:40), 1.0.6 (2021-01-15 14:10), 1.0.7 (2021-07-07 16:30), 1.0.8.2 (2022-03-12 00:10), 1.0.8.3 (2022-03-17 09:30), 1.0.8 (2022-01-13 22:22), 1.0.9 (2022-07-09 01:10), 1.0.10 (2023-01-22 17:30), 1.0.11 (2023-07-06 09:33), 1.0.12 (2024-01-09 09:20), 1.0.13-1 (2024-11-02 21:10), 1.0.13 (2024-07-17 17:50), 1.0.14 (2025-01-12 17:10), 1.1.0.8.1 (2025-12-08 19:05), 1.1.0.8.2 (2026-01-07 14:59), 1.1.0.8 (2025-12-07 09:25), 1.1.0 (2025-07-02 18:40)
Other packages that cited Rcpp R package
View Rcpp citation profile
Other R packages that Rcpp depends, imports, suggests or enhances
Complete documentation for Rcpp
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

ipfp  
Fast Implementation of the Iterative Proportional Fitting Procedure in C
A fast (C) implementation of the iterative proportional fitting procedure. ...
Download / Learn more Package Citations See dependency  
condMVNorm  
Conditional Multivariate Normal Distribution
Computes conditional multivariate normal densities, probabilities, and random deviates. ...
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  
gimmeTools  
Supplemental Tools for the 'gimme' R Package
Supplemental tools for the 'gimme' R package. It contains an interactive graphical user interface, a ...
Download / Learn more Package Citations See dependency  
MKinfer  
Inferential Statistics
Computation of various confidence intervals (Altman et al. (2000), ISBN:978-0-727-91375-3; Hedderich ...
Download / Learn more Package Citations See dependency  
RPEGLMEN  
Gamma and Exponential Generalized Linear Models with Elastic Net Penalty
Implements the fast iterative shrinkage-thresholding algorithm (FISTA) algorithm to fit a Gamma dis ...
Download / Learn more Package Citations See dependency  

26,352

R Packages

225,784

Dependencies

70,526

Author Associations

26,294

Publication Badges

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