Rcpp and Roxygen2
Instructions for using Rcpp and Roxygen2 together. This assumes that Roxygen2 is managing your namespace:
DESCRIPTION
In your DESCRIPTION file, add the line LinkingTo: Rcpp
Also ensure that you import Rcpp, Imports: Rcpp along with all the other packages are imported in your namespace.
Package Documentation
Your package documentation (by [Read more...]