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.2")



Attach the package and use:
library("cpp11")
Maintained by
Davis Vaughan
[Scholar Profile | Author Map]
First Published: 2020-07-10
Latest Update: 2023-12-02
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.2, https://cran.r-project.org/web/packages/cpp11. Accessed 26 Mar. 2025.
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)
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
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for cpp11200002500030000350004000045000500005500060000TrendBars

Today's Hot Picks in Authors and Packages

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  
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  
sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  
fPortfolio  
Rmetrics - Portfolio Selection and Optimization
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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