-
But because Rcpp might be tricky to install in some cases (I had a problem once on a Windows computer) we could do this:
* Add new argument use_Rcpp = FALSE
* Two versions of CTM(), which one used…
-
@alyssajs that would make the interface code type checking simpler.
here is an example of how to do that https://github.com/tdhock/binsegRcpp/blob/master/src/interface.cpp
-
`qs` had `qserialize()`, and I noticed `qs2` does not yet have an equivalent function for in-memory serialization. Is this part of your plan for `qs2`? If so, it would really help me reduce the memory…
-
## Description
RcppDeepState supports the analysis of functions that contain arguments which type falls in the following list:
* `Rcpp::NumericVector`
* `Rcpp::NumericMatrix`
* `Rcpp::CharacterVec…
-
attributes prefixed by `Rcpp::` e.g. `Rcpp::export` ... are special. I'd like to keep typing `Rcpp::export` even with `Rcpp11`.
Although perhaps for default attributes we could just use `[[export]]…
-
I want to make a C++ function aviliable to R with the `// [[Rcpp::export]]` command. This does not work when using the rstan.package.skeleton. I get the error "object '[name of the rcpp function]' not…
-
Hi,
I am experiencing an internal compiler error when trying to install the mzR package on my system (ubuntu 22.04 in WSL, R 4.3.2). The issue occurs regardless of whether I use GCC versions 9, 10 o…
-
- Distributed Computing
- Rcpp
- RcppArmadillo
-
-
volesti's C++ backend now supports sparse representation of Hpolytopes.
Rvolesti needs to modify its R/Rcpp functions to support also this option.