inferator
inferator

Reputation: 494

Roxygen2 adds `import(RcppArmadillo)` to my `NAMESPACE`

Can I stop it? That requires to add RcppArmadillo to Imports, when otherwise LinkingTo would be enough.

Does this already trigger Roxygen to do this?

#include "RcppArmadillo.h"
// [[Rcpp::depends(RcppArmadillo)]]

Upvotes: 1

Views: 57

Answers (0)

Related Questions