> Seriously:  please think through what you are suggesting here. We are talking
> about __compiled language__ and outside of a time machine I see very few
> tools that would permit you to __test before installation__.

You clearly exaggerated my point.

For example, if you have 100 Rcpp based files in your package. But you
just changed 1 file. To test this 1 file, you have to compile the
whole package which take the time to compile all the 100 Rcpp files. A
more efficient way is just to compile the file that was changed and
possibly other files that depends on it.

-- 
Regards,
Peng
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to