Re: [Rcpp-devel] Linking code in src/ subfolders

2015-03-10 Thread Dirk Eddelbuettel
On 10 March 2015 at 19:06, JJ Allaire wrote: | 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 p

Re: [Rcpp-devel] Linking code in src/ subfolders

2015-03-10 Thread JJ Allaire
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 d

[Rcpp-devel] Linking code in src/ subfolders

2015-03-10 Thread Balamuta, James Joseph
Greetings and Salutations All, I'm trying to add structure to the src folder since the amount of files I have residing in the src directory could be better organized. Note: These files are made using RcppArmadillo. E.g. I'm looking to go from: src/ |-> main.cpp |-> testA.cpp |-> t