[Rcpp-devel] [ANN] Rcpp 0.12.8

2016-11-18 Thread Dirk Eddelbuettel
Rcpp 0.12.8 arrived on CRAN yesterday. The announcement is at http://dirk.eddelbuettel.com/blog/2016/11/18#rcpp_0.12.8 and (without links) below. Of particular note is that Nathan Russell is now part of team. Cheers, Dirk Fri, 18 Nov 2016 Rcpp 0.12.8: And more goodies Yesterday

Re: [Rcpp-devel] Problem with calling a function in RcppArmadillo to R

2016-11-18 Thread Dirk Eddelbuettel
On 18 November 2016 at 19:08, Kokia Z wrote: | I need to compute a kronecker product of two matrix, but the vector is out of | the limit: | | Error in kronecker(X, as(Y, "TsparseMatrix"), FUN = FUN, make.dimnames = | make.dimnames, : | Error in validityMethod(as(object, superClass)) : | no

Re: [Rcpp-devel] Help with WARNING msg: checking line endings in C/C++/Fortran sources/headers ...

2016-11-18 Thread Dirk Eddelbuettel
On 18 November 2016 at 17:48, binbi...@whu.edu.cn wrote: | Dear Balamuta, | | Many thanks for your rely. I've tried to use Rcpp::compileAttributes() for | re-generating the RcppExports.cpp and RcppExports.r files. Unfortunately, the | warning message is still there. I am wondering whether this pr

[Rcpp-devel] Problem with calling a function in RcppArmadillo to R

2016-11-18 Thread Kokia Z
I need to compute a kronecker product of two matrix, but the vector is out of the limit: Error in kronecker(X, as(Y, "TsparseMatrix"), FUN = FUN, make.dimnames = make.dimnames, : Error in validityMethod(as(object, superClass)) : no support for long vectors:../include/Rinlinedfuns.h:137

Re: [Rcpp-devel] Help with WARNING msg: checking line endings in C/C++/Fortran sources/headers ...

2016-11-18 Thread binbi...@whu.edu.cn
Dear Balamuta, Many thanks for your rely. I've tried to use Rcpp::compileAttributes() for re-generating the RcppExports.cpp and RcppExports.r files. Unfortunately, the warning message is still there. I am wondering whether this problem needs to be solved or we can ignore it. It has bothered to