plugins are functions that return a list with :
[object Object],[object Object],[object Object],[object Object]plugins can be manually registered using the registerPlugin
function. Alternatively, a package may supply an inline plugin
implicitely by defining a function called inlineCxxPlugin, which
does not necessarily need to be exported from the namespace of the package.
Known packages implementing this scheme include Rcpp and
RcppArmadillo.