Skip to content

notes on Rcpp plugins #184

Description

@paciorek

A few brief comments on use of the Rcpp plugin system, which we have found confusing.

  1. The inlineCxxPlugin never seems to be invoked. It's ok as all the #define's specified there are handled elsewhere, but it is remnant code.
  2. The nCompiler_Eigen_plugin is invoked successfully (and we use it for TBB stuff amongst other things).
  3. The nCompiler_plugin is not invoked because we instead invoke the nCompiler_Eigen_plugin, hard-coding usingEigen=TRUE in cppDefs_{nFunction,nClass}.R.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions