Skip to content
Prev 4827 / 10988 Next

[Rcpp-devel] Compilation errors when building a package with RcppArmadillo code and using attributes

On Sun, Dec 2, 2012 at 8:35 AM, Howard Zail <howard at zail.org> wrote:
For building packages with attributes dependencies are specified using
Depends and LinkingTo rather than the Rcpp::depends attribute (this is
covered in the attributes vignette but it certainly could be missed).

Note also that we have an outstanding work item to have
Rcpp.package.skeleton look for Rcpp::depends attribute in cpp_file and
automatically add depended on packages to the DESCRIPTION. For now
though this has to be done manually.

J.J.