Re: [R-pkg-devel] compileAttributes() and 'using namespace' directives

2015-12-08 Thread Dirk Eddelbuettel
Georgi, Wrong list? Try rcpp-devel for Rcpp question. On 8 December 2015 at 14:37, Georgi Boshnakov wrote: | Hi, | | With a collaborator we are working on a package which uses Rcpp and RcppArmadillo. Our *.cpp files start with something like | | // [[Rcpp::depends(RcppArmadillo)]] Use th

[R-pkg-devel] compileAttributes() and 'using namespace' directives

2015-12-08 Thread Georgi Boshnakov
Hi, With a collaborator we are working on a package which uses Rcpp and RcppArmadillo. Our *.cpp files start with something like // [[Rcpp::depends(RcppArmadillo)]] #include #include "RcppArmadillo.h" using namespace arma; using namespace std; using namespace Rcpp; Running compileAttribu