Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

How should I count the number of unique rows in a 'binary' matrix?

c++ r rcpp

Read binary files in R from a zipped file and a known starting position (byte offset)

r binary rcpp

Can Rcpp expose a C++ class method taking a reference to the same class?

c++ r rcpp

Rcpp and int64 NA value

r rcpp na bit64

How use correctly Rcpp::pt( )

c++ r rcpp

Rcpp function crashes

r rcpp

Converting an Armadillo Matrix to an Eigen MatriXd and vice versa

eigen rcpp armadillo

Running compiled C++ code with Rcpp

c++ r rcpp

information on .o files for x64 is not available: NOTE on R package checks using Rcpp

r rcpp devtools rtools

Rcpp - Use multiple C++ functions in file referenced by sourceCpp?

r rcpp

Rcpp: Save compiled function as Robj

r compilation rcpp

Link error installing Rcpp "library not found for -lintl"

r homebrew osx-mavericks rcpp

Passing a `data.table` to c++ functions using `Rcpp` and/or `RcppArmadillo`

r data.table rcpp

Row limit for data.table in R using fread

r data.table rcpp

How can I pass flags to R when it is compiling C++ code to be used in a package?

c++ r opencv rcpp

Exceeded maximum number of DLLs in R

r rcpp stan

Arithmetic in R faster on numerics as opposed to integers. What's going on?

c++ c r performance rcpp

Building a tiny R package with CUDA and Rcpp

r cuda rcpp

List of Rcpp sugar functions?

c++ r rcpp

Passing by reference a data.frame and updating it with rcpp

r rcpp