<div dir="ltr">Hi all,<br><br>I would like to set my own Armadillo #define macros (i.e. some of those listed <a href="http://arma.sourceforge.net/docs.html#config_hpp">http://arma.sourceforge.net/docs.html#config_hpp</a>) in an R package I have developed.<br><br>The instructions there are to put their definitions before the include statement to armadillo.h (or in this case RcppArmadillo.h). <br><br>However, the first file to compile is RcppExports.cpp, which has `#include <RcppArmadillo.h>` at the top of the file, so my preprocessor macros in my source files are ignored when compiling. <br><br>Kind regards,<br><br>Scott Ritchie</div>