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

generator  
Generate Data Containing Fake Personally Identifiable Information
Allows users to quickly and easily generate fake data containing Personally Identifiable Informatio ...
Download / Learn more Package Citations See dependency  
ptycho  
Bayesian Variable Selection with Hierarchical Priors
Bayesian variable selection for linear regression models using hierarchical priors. There is a pr ...
Download / Learn more Package Citations See dependency  
candisc  
Visualizing Generalized Canonical Discriminant and Canonical Correlation Analysis
Functions for computing and visualizing generalized canonical discriminant analyses and canonical c ...
Download / Learn more Package Citations See dependency  
vars  
VAR Modelling
Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error varia ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

26,270

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