Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

How to use tryCatch with withTimeout to timeout Rcpp function without stopping execution of script

r try-catch rcpp

Rcpp: why I can not run the function in my defined package?

r rcpp

Evaluate expressions in environments in Rcpp

r rcpp

Sparse matrix conversion from Matrix to armadillo with RcppArmadilloExtensions/sp_mat.h

c++ r linker rcpp armadillo

Rcpp: Error: not compatible with requested type

r rcpp

How to select a row or column of RMatrix in RcppParallel

r rcpp rcppparallel

Euclidean distance matrix performance between two shapes

Rcpp function inside data.table join

r data.table rcpp

CRAN-acceptable way of linking to OpenMP some C code called from Rcpp

r openmp rcpp

Package Compilation fails when package name contain a "dot" and Rcpp function

r g++ rcpp

Error: Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'builtin'?

r rcpp

How to document RcppExports.R linking functions?

r rcpp roxygen2

Interleaving results from many objects in Rcpp

r rcpp

How to add multiple classes to an object in Rcpp?

r rcpp

Rcpp CharacterVector: why aren't individual elements std::strings?

string r rcpp

Fast array permutation (generalised tensor transpose) in Armadillo (C++)

Compacting Shared Libraries in R package

r rcpp r-package