[Rcpp-devel] question re: LdFlags, RcppLdFlags

Romain Francois romain at r-enthusiasts.com
Thu Oct 10 04:02:14 CEST 2013


Le 10/10/13 03:53, Dirk Eddelbuettel a écrit :
>
> On 10 October 2013 at 03:29, Romain Francois wrote:
> | Whoever who wants to use the classes it defines. dplyrRcpp exists mainly
> | for facilitating the implementation of dplyr, but some of the concepts
> | are general and could be used as building blocks of other things.
> |
> | I could/will make these things as header only, or using GetCCallable
> | anyway so linking is not a long term problem.
>
> Ack.  If the set of functions is small and rarely changes, then registration
> using R's mechanism is indeed fine. Worked so far for getting Jeff and Josh's
> xts into RcppXts, but that hasn't really moved beyond proof of concept.

That is what Rcpp11 uses too and the unit test suite is big. This works.

Also used in Matrix, lme4.

That's a bit more than POC level.

-- 
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30



More information about the Rcpp-devel mailing list