The RcppCandOpenMP
R package provides an example of implementing and using a
C routine with C++ code through Rcpp.
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:
library("RcppCandOpenMP")
To do...
GPL (>= 2)