Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

Using an alternate compiler for Travis-CI R project builds

c++ r gcc travis-ci rcpp

Fast function to add vector elements by their names

performance r vector rcpp

How to access elements of a vector in a Rcpp::List

r rcpp

best way to convert DataFrame to Matrix in RCpp

r rcpp

How to build a R package which use Rcpp with external c++ libraries?

rcpp

R CRAN, install library Rcpp fails after R3.2 upgrade

r rcpp cran

subset a vector and sort it

c++ r rcpp

g++ errors when trying to compile c++11 with Rcpp

c++ r gcc c++11 rcpp

Reproducing R rep with the times argument in C++ and Rcpp

r 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