[Rcpp-devel] overloaded method problem is fixed.

2014-08-28 Thread Chaomei Lo
I am sending this again, cause when I forward to rcpp-devel, the gmail put the previous message first. Not expect to fix the problem this easy. I just get a chance to look into the "Module_generated_method.h" code and Romain left a "const char *" before the valid method. So here below is the fix.

[Rcpp-devel] Fwd: overloaded methods

2014-08-28 Thread Chaomei Lo
Not expect to fix the problem this easy. I just get a chance to look into the "Module_generated_method.h" code and Romain left a "const char *" before the valid method. So here below is the fix. RCPP_MODULE(mod){ using namespace Rcpp; class_( "Randomizer" ) .default_con

[Rcpp-devel] New Package activeH5

2014-08-28 Thread Chibisi Chima-Okereke
Hello Rcpp developers, We have just open sourced our R package for reading/writing very large data frames and matrices to disk and memory called activeH5 on GitHub: https://github.com/ActiveAnalytics/activeH5 we would appreciate feedback on usage and potential improvements. Regards Chibisi _

Re: [Rcpp-devel] R CMD check --as-cran note on Depends/Imports versus LinkingTo

2014-08-28 Thread Dirk Eddelbuettel
On 28 August 2014 at 14:18, Krueger, Fabian wrote: | Thanks for the quick & helpful reply! The following seems to fix my problem: | | 1) As advised, set | | Imports: Rcpp | LinkingTo: Rcpp, RcppArmadillo | | [my original version had imported RcppArmadillo in addition] | | 2) Delete the follow

Re: [Rcpp-devel] R CMD check --as-cran note on Depends/Imports versus LinkingTo

2014-08-28 Thread Krueger, Fabian
Thanks for the quick & helpful reply! The following seems to fix my problem: 1) As advised, set Imports: Rcpp LinkingTo: Rcpp, RcppArmadillo [my original version had imported RcppArmadillo in addition] 2) Delete the following line from the NAMESPACE file generated by RcppArmadillo.package.sk

Re: [Rcpp-devel] R CMD check --as-cran note on Depends/Imports versus LinkingTo

2014-08-28 Thread Dirk Eddelbuettel
On 28 August 2014 at 11:10, Krueger, Fabian wrote: | Hi, | | I am working on an R package that uses Rcpp and RcppArmadillo. | Everything works fine on my PC, and I am now trying to make the package | satisfy the formal standards for submitting to CRAN. Running "R CMD | check --as-cran , I get

[Rcpp-devel] R CMD check --as-cran note on Depends/Imports versus LinkingTo

2014-08-28 Thread Krueger, Fabian
Hi, I am working on an R package that uses Rcpp and RcppArmadillo. Everything works fine on my PC, and I am now trying to make the package satisfy the formal standards for submitting to CRAN. Running "R CMD check --as-cran , I get the following note: "Package in Depends/Imports which should p