Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

Stack imbalance with RcppParallel

rcpp

How to link to already compiled external shared libraries in RCPP using Makevars?

c++ rcpp

Why is Boost implementation 5-10x slower than R's

c++ r boost rcpp math-functions

Access "natural coercion" logic from C/C++ code

large string vector to data.frame

r data.table rcpp stringr

Why my Rcpp code is not much faster?

r performance rcpp

error when passing `arma::cube`argument to function using RcppArmadillo

c++ r rcpp armadillo

Rcpp modules not working in Rcpp 0.12.11

r rcpp

RcppEigen - going from inline to a .cpp function in a package and "Map"

c++ r matrix eigen rcpp

Rcpp isn't finding Boost headers

c++ r boost rcpp

Rcpp implementation of mvtnorm::pmvnorm slower than original R function

calling function from package in rcpp code [duplicate]

r rcpp

RcppArmadillo gamma distribution differs between platforms with same seed

r rcpp armadillo rcpp11

Do I need to specify Rcpp in both Imports and LinkingTo in order to avoid a Makevars file?

r rcpp rcpp11

Rcpp debug - fatal error: Datetime.h: No such file or directory; xtsAPI.h: No such file or directory

c++ r datetime xts rcpp

Error in R with Rcpp and RcppArmadillo using sourceCpp()

r rcpp armadillo

Rcpp multiple functions in a file and no matching function

r rcpp armadillo