The cRcpp R package provides an example of implementing and using a
C routine with C++ code through Rcpp.
To install the cRcpp package, use:
if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("coatless-rd-rcpp/rcpp-and-c")To access its contents, load it into R with:
library("cRcpp")To Do...
GPL (>= 2)