Coatless Rcpp R&D
Open-source Quarto extensions, templates, and example projects.
rcpp-headers-subdirs
Rcpp: Including C++ code in a Subdirectory within Src
★ 17 1 issues
r-c-api-remap-printf
R’s C API Demo: Remapping C’s printf() to Rprintf() and capturing console output
★ 3
rcpp-and-doparallel
Rcpp, foreach, and doParallel: Using an Rcpp Function inside a parallel region created by doParallel and foreach
★ 10
rcpp-headers-src
v0.0.1Rcpp: Using header to share C++ code within the same directory
★ 5
rcpp-custom-wrap-as
🚨[WIP]🚨Rcpp: Writing a Custom Exporter/Importer for C++ and R Objects
★ 1
rcpp-cpp11-usage
v0.0.800Rcpp and Travis-CI: Compiling Code with C++11
★ 2
rcpp-modules-student
v0.0.1Rcpp: Export a C++ Class into R using Rcpp Modules. For this example, we aim to implement a custom student class.
★ 18
rcpp-c-and-openmp
Rcpp, C, and OpenMP: Enabling Parallelized C with OpenMP to be Surfaced in R with Rcpp
★ 7
rcpp-modules-bank-account
Rcpp: Export a C++ Class into R using Rcpp Modules. Example given by constructing a bank account class and exporting it into R
★ 1
rcpp-shared-cpp-functions
Rcpp: Package header-only C++ libraries in one package and retrieve the functions from another.
★ 4
rcpp-rng-parallel
🚨[WIP]🚨Explorations with designing parallel RNGs.