[R-sig-ME] lme4Eigen's bootMer & installing latest svn

Mike Lawrence Mike.Lawrence at dal.ca
Sat Mar 10 09:20:52 CET 2012


On Fri, Mar 9, 2012 at 6:44 PM, Ben Bolker <bbolker at gmail.com> wrote:
>> Also, I thought I'd make sure the devs know that the latest svn
>> version doesn't build on mac; when I try to do so, I get the error:
>>
>> glmFamily.cpp: In member function ‘virtual const Eigen::ArrayXd
>> glm::negativeBinomialDist::variance(const Eigen::ArrayXd&) const’:
>> glmFamily.cpp:228: error: ‘Rcout’ is not a member of ‘Rcpp’
>
>
>  Thanks for the heads-up.  I will check into it and try to see about
> getting new binary versions of RcppEigen and lme4Eigen up on the
> repository -- although possibly not before Monday.

While I'm not super familiar with C++, I took a look at the
"glmFamily.cpp" file indicated by the error message, and it seems that
all that has happened is that a few lines (used for debugging?)
starting "Rcpp::Rcout" need to be be commented out to "//Rcpp::Rcout"
in "glmFamily.cpp" and also "optimizer.cpp". Once this is done, the
current svn builds fine on mac.

Mike




More information about the R-sig-mixed-models mailing list