cpp11 is a header-only R package that helps R package developers handle R objects with C++ code. Its goals and syntax are similar to the excellent Rcpp package.
Talks
cpp11 - welding R and C++
R and S have a long history of interacting with compiled languages.
The Rcpp package has been a widely successful project, however …