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: