Other packages > Find by keyword >

cpp11  

A C++11 Interface for R's C Interface
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("cpp11", "0.5.3")



Attach the package and use:
library("cpp11")
Maintained by
Davis Vaughan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-07-10
Latest Update: 2025-03-03
Description:
Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.
How to cite:
Davis Vaughan (2020). cpp11: A C++11 Interface for R's C Interface. R package version 0.5.3, https://cran.r-project.org/web/packages/cpp11. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.1.0 (2020-07-10 11:00), 0.2.0 (2020-08-10 19:10), 0.2.1 (2020-08-11 16:30), 0.2.2 (2020-10-01 09:40), 0.2.3 (2020-10-14 07:30), 0.2.4 (2020-11-05 16:10), 0.2.5 (2021-01-12 22:20), 0.2.6 (2021-01-29 11:10), 0.2.7 (2021-03-29 16:20), 0.3.1 (2021-06-25 22:00), 0.4.0 (2021-09-22 10:50), 0.4.1 (2021-11-03 17:10), 0.4.2 (2021-11-30 10:10), 0.4.3 (2022-10-12 10:43), 0.4.4 (2023-06-30 23:20), 0.4.5 (2023-07-20 12:17), 0.4.6 (2023-08-10 08:50), 0.4.7 (2023-12-02 14:20), 0.5.0 (2024-08-27 06:30), 0.5.1 (2024-12-04 16:40), 0.5.2 (2025-03-04 00:20)
Other packages that cited cpp11 R package
View cpp11 citation profile
Other R packages that cpp11 depends, imports, suggests or enhances
Complete documentation for cpp11
Functions, R codes and Examples using the cpp11 R package
Some associated functions: cpp11-package . cpp_register . cpp_source . cpp_vendor . 
Some associated R codes: cpp11-package.R . knitr.R . register.R . source.R . utils.R . vendor.R . zzz.R .  Full cpp11 package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
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  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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