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