Skip to content
Prev 6311 / 10988 Next

[Rcpp-devel] Using Rcpp in a package only as an option?

Le 16/08/13 18:36, Tal Galili a ?crit :
The only way you could do that would be if your code was compiled at 
runtime, e.g. you'd have calls to sourceCpp in your R code, which is 
pretty inefficient and would require more work for you to setup.

In most cases your package is going to be distributed as binary anyway, 
so CRAN compiled it, and CRAN compiled Rcpp, so there should be nothing 
to worry.

Romain