Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

remove NA from NumericVector in RCpp

r rcpp

Armadillo's print() method and cout are inconsistent in order when called from Rcpp

Fatal error: Unable to open the base package [closed]

windows r cygwin rcpp rinside

block diagonal matrix armadillo

c++ rcpp armadillo

Rcpp: Dealing with Lists that include Lists

c++ r rcpp armadillo

Rcpp cannot find gsl library

c++ r rcpp gsl

Use numeric sequence as default agument in Rcpp (Armadillo) function

c++ r rcpp rcpparmadillo

Do I need to import RccpEigen in the DESCRIPTION file for an R package using it, or is "LinkingTo" enough?

c++ r eigen rcpp

Undefined reference error while linking to R and RInside libraries from C++ code using g++ compiler in UNIX

c++ r g++ rcpp rinside

Gibbs sampler bivariate normal in Rcpp

r rcpp