Re: [Rcpp-devel] Extending Rcpp::wrap from the Extending Rcpp vignette

2010-06-20 Thread Romain Francois
Le 20/06/10 18:27, Douglas Bates a écrit : I'm confused about where the Rcpp.h file is included when using "intrusive" extension of Rcpp::wrap as described in section 2.1 of the vignette "Extending Rcpp". I would like to define the SEXP operator for the C++ classes corresponding to the Matrix p

[Rcpp-devel] Extending Rcpp::wrap from the Extending Rcpp vignette

2010-06-20 Thread Douglas Bates
I'm confused about where the Rcpp.h file is included when using "intrusive" extension of Rcpp::wrap as described in section 2.1 of the vignette "Extending Rcpp". I would like to define the SEXP operator for the C++ classes corresponding to the Matrix package S4 classes. These are declared in lme4