Re: [Rcpp-devel] Header-only version of Rcpp provides a couple of gotcha's in RcppEigen

2013-11-14 Thread Romain Francois
It should be better now. My intuition about trunc was correct. Fixed in Rcpp (marked as 0.10.6.2). I've also updated functions so that they use attributes rather than old school extern "C" SEXP(SEXP,SEXP,...) interfaces; More details here: https://github.com/RcppCore/RcppEigen/pull/2 Le 14/1

Re: [Rcpp-devel] Header-only version of Rcpp provides a couple of gotcha's in RcppEigen

2013-11-14 Thread Romain Francois
Le 14/11/2013 21:34, Douglas Bates a écrit : If I install the latest, header-only, git version of Rcpp (f117a70), which is a great achievement by the way, Thanks. installation of RcppEigen encounters a few minor problems. One seems to be related to conflicting definitions of trunc in Rmath.h

[Rcpp-devel] Header-only version of Rcpp provides a couple of gotcha's in RcppEigen

2013-11-14 Thread Douglas Bates
If I install the latest, header-only, git version of Rcpp (f117a70), which is a great achievement by the way, installation of RcppEigen encounters a few minor problems. One seems to be related to conflicting definitions of trunc in Rmath.h and in fstream In file included from fastLm.cpp:23: In f