[Rcpp-devel] 来自lxh的邮件

2015-03-10 Thread lxh
Hi, # > Rcpp::sourceCpp('armaPRI.cpp') Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'C:/Users/lxh/AppData/Local/Temp/RtmpeenRl8/sourcecpp_27081dce2d4b/sourceCpp_77404.dll': LoadLibrary failure: The specified mod

[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

[Rcpp-devel] ??lxh???

2015-03-10 Thread Christian Gunning
lxh, A quick word r.e. list etiquette -- you can help others process your request by including in your email a short & informative title, and a one or two sentence description of what you're trying to accomplish. I'm not on windows, so all I can say is that it works for me. Have you verified that

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

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