Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

constructing a Data Frame in Rcpp

c++ r rcpp

Overriding system defaults for C++ compilation flags from R

c++ r g++ eigen rcpp

How to change and set Rcpp compile arguments

c++ r c++11 rcpp

Rcpp NumericMatrix - how to erase a row / column?

c++ rcpp

How to set g++ compiler flags using Rcpp and inline?

c++ r inline rcpp

Proper way to return a pointer to a `new` object from an Rcpp function

c++ r rcpp

My R has memory leaks?

r memory-leaks rcpp

Better idiom for filling a C++ array from a NumericVector

c++ r rcpp

calling a user-defined R function from C++ using Rcpp

r rcpp

Pass a c++ object as a pointer an reuse in another function in Rcpp

c++ r rcpp

Best way to use c++ code from R package FOO in package BAR

c++ r 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