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.
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
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
_
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
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
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
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