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 16 Jul. 2026.
Previous versions and publish date:
(2026-07-09 07:28), 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-2 (2026-01-06 13:36), 0.5.2 (2025-03-04 00:20), 0.5.3 (2026-01-20 16:20), 0.5.4 (2026-04-04 07:11)
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

wordnet  
WordNet Interface
An interface to WordNet using the Jawbone Java API to WordNet. WordNet (< ...
Download / Learn more Package Citations See dependency  
tarchetypes  
Archetypes for Targets
Function-oriented Make-like declarative pipelines for Statistics and data science are supported in t ...
Download / Learn more Package Citations See dependency  
bbdetection  
Identification of Bull and Bear States of the Market
Implements two algorithms of detecting Bull and Bear markets in stock prices: the algorithm of Pagan ...
Download / Learn more Package Citations See dependency  
schoolmath  
Functions and Datasets for Math Used in School
Contains functions and datasets for math taught in school. A main focus is set to prime-calculation. ...
Download / Learn more Package Citations See dependency  
stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  
tibble  
Simple Data Frames
Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the tradi ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

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