Dirk Eddelbuettel
Dirk Eddelbuettel
I don't see how. But if you wan to try in a pull request maybe you get there. Otherwise the (default) status quo of works on data in default sizes...
For R it's a sub-task: `R CMD check somePackage_1.2.3.tar.gz` will unpack in a temporary directory which is annoying for full-path hashes. Luckly that is specific to the check step we...
I was very confused when I saw the tweets a few minutes ago and already DM you. Could one of you two in the know (ie @StefanScherer, @nuest) point me...
I see. So instead of having to worry about the virtualbox layer and its footprint, you now get to worry whether Microsoft captures all system calls? Hm. I guess there's...
I so wish this wasn't so complicated :-/ It all just works on Linux.
First bullet is done -- these templated conversions are the very core of Rcpp and RcppArmadillo. Second bullet is doable. That is where we are at. Still has the issue...
Yes, we will have to work out about how to do that. In general, in something like ``` // [[Rcpp::export]] arma::irowvec naiveBayesClassifier(const arma::mat& train, const arma::mat& test, const arma::irowvec& labels,...
"Probably". We have enough existence proofs that this works. We don't "have to" wrap everything. Maybe the value proposition lies in providing basic code and infrastructure so that people can...
This has been dormant for a bit but I plan to announce RcppMLPACK 'real soon now' -- maybe Monday. It all works well with MLPACK 2.2.0 for which I have...
- Modules: I'd say no. It is somewhat stale technology. Works well on limited scale and scope, don't think I would do larger things with it today. - RcppR6: Essentially...