Skip to contents

Using C Routines inside of Rcpp

The RcppCandOpenMP R package provides an example of implementing and using a C routine with C++ code through Rcpp.

Installation

To install the RcppCandOpenMP package, use:

if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("coatless-rd-rcpp/rcpp-and-openmp")

To access its contents, load it into R with:

Implementation Details

To do…

License

GPL (>= 2)