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
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