Rcpp: Calculation in loop stops with error "Not a matrix"...
Read MoreMissing import(Rcpp) in NAMESPACE leads to C++ library error during R CMD check of tests...
Read MoreRcpp does not compile on Mac OS Monterey, R 4.1.2., clang error...
Read MoreMost efficient way to return Eigen::VectorXi with more than 2^31-1 elements to R...
Read MoreRcpp function for subsetting strings...
Read MoreSubsetting Eigen vectors and matrices with a vector of indices...
Read MoreRcppEigen #define works when using sourceCpp() but ignored with R CMD build...
Read MoreHow to work with Rcpp strings variables which could be NULL?...
Read Moreforeach with Rcpp in R package error: <simpleError in .Call("<function_name>"...&...
Read MoreExpose custom type to R using Rcpp Modules field produces compilation...
Read MoreReturning an instance of a class allocated on the heap (C++)...
Read MoreGet each row of an arma::mat matrix as arma::vec in for loop...
Read MoreHow to pass a class object from an Rcpp module back into C++?...
Read MoreShared .so file not found when loading R package with Rcpp component Linux systems...
Read MoreExtract a data.frame from a list within Rcpp...
Read MoreOverload inherited methods in an Rcpp class...
Read MoreLinking error for RInside on Mac OS X 11.6 (Big Bur): pcre2-8 library not found...
Read MoreNon-intrusive extension of Rcpp with Rcpp::traits::Exporter...
Read MoreLDFLAGS not read in Makevars.win when building an Rcpp package...
Read MoreWhy is this Rcpp code not faster than pure R?...
Read MoreTrying to move numbers in NumericMatrix...
Read MoreEfficiency of matrix rowSums() vs. colSums() in R vs Rcpp vs Armadillo...
Read MoreAdd RcppParallel requisites to the NAMESPACE of an R package automatically when compiling the packag...
Read MoreRcppEigen package error: not available for .Call() for package...
Read Morecan't update R package documentation: `System command 'R' failed` (#using statements don...
Read MoreR's Makevars: PKG_CXXFLAGS vs. PKG_CXX11FLAGS...
Read MoreFast way to compute distance matrix in R for large matrix...
Read MoreFastest way to transpose a list in R / Rcpp...
Read More