Skip to content
Prev 8470 / 10988 Next

[Rcpp-devel] Linking code in src/ subfolders

Right now compileAttributes doesn't scan code in subdirectories. This
is mostly because for it to be really seamless compileAttributes
should run before every build. We therefore want to keep the total
execution time <= 50ms.

Since some R packages have *a lot* of code in subdirectories of src we
didn't want to get into scanning recursively before every build.




On Tue, Mar 10, 2015 at 6:23 PM, Balamuta, James Joseph
<balamut2 at illinois.edu> wrote: