Improving the C++ Code Quality of an Rcpp Package
Use case
The R package development ecosystem includes packages such as {lintr} and {styler} that can help to check code style, and to format R code.
However, these packages cannot lint or style the C++ code of {Rcpp} packages. This could leave t... [Read more...]