Search code examples
Why is my Rcpp function crashing when using a large input matrix?...

rrcpp

Read More
Memory-efficient method to create dist object from distance matrix...

rrcpp

Read More
Converting a R code into C++ for Rcpp implementation...

c++rperformancefor-looprcpp

Read More
How to use write access using iterators and armadillo sparse matrices?...

c++sparse-matrixrcpparmadillorcpparmadillo

Read More
an alternative to nested for loops in r OR possible Rcpp needed?...

rloopsfor-looprcpp

Read More
Can't use Rcpp engine in R Markdown...

rknitrr-markdownrcppdevtools

Read More
Keeping vectors (from list of vectors) whose elements do not have a proper subset within that same l...

rrcpp

Read More
Extending Rcpp::as for custom classes depending on Rcpp.h...

c++rrcpps-expression

Read More
When algorithm is placed inside loop it produces different results, C++...

c++ralgorithmrcpp

Read More
Efficient Matrix subsetting with Rcpp...

c++rrcpp

Read More
Ignore missing values while finding min in Rcpp...

rcpp

Read More
Fail to call ones or eye function when using RcppArmadillo...

rcpprcpparmadillo

Read More
Avoid too many "declare same elements of Rcpp List" in nested loops...

c++rloopsrcpprcpparmadillo

Read More
vectorised comparison of strings to single value in Rcpp...

rrcpp

Read More
Rcpp-Modules: Understanding .finalizer() and why it doesn't get called...

rscopegarbage-collectionrcppenvironment

Read More
Using Rcpp sugar on data.frame names...

rrcpp

Read More
Can I use fprintf within a rcpp-sourced C++ function?...

rrcpp

Read More
In Rcpp How to create a NumericMatrix by a NumbericaVector?...

rcpprcpp11

Read More
Rcpp 'candidate function has different number of parameters (expected 0 but has 1)'...

c++rrcpp

Read More
Create diagonal matrix in Rcpp but the result is wrong...

c++rc++11rcpprcpp11

Read More
Speeding up Rcpp `anyNA` equivalent...

rrcpp

Read More
Iterate over named List in Rcpp...

rcpp

Read More
Rcpp, Value Assignment Error, Meaning of SEXPREC*...

c++rrcpp

Read More
Can I edit RcppExport.R by hand?...

rcpp

Read More
How to use C++ ODE solver with Rcpp in R?...

c++rrcpp

Read More
(Rcpp)armadillos abs() function outputs false values when used with c++ double while std::abs works...

c++rrcpparmadillorcpparmadillo

Read More
Calling the agrep .Internal C function from Rcpp...

rcrcppagrep

Read More
Rcpp functions cause crash in package...

rpackagercpprcpparmadillo

Read More
How to initialize "RInside" instance in a function NOT main function, and call it multiple...

c++rcpprinside

Read More
Rcpp find unique character vectors...

rcpp

Read More
BackNext