Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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