Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rcpp

How to use RCPP_ARMADILLO_RETURN_ANYVEC_AS_VECTOR in an R package?

r rcpp rcpparmadillo

Assigning Rcpp objects into an Rcpp List yields duplicates of the last element

c++ rcpp

Rcpp call an R function with a list of arguments

r rcpp

Rcpp C/C++ using structs and char*

c++ struct char constants rcpp

Construction of flags in R CMD SHLIB

r rcpp

Compiling Rcpp functions using ClusterEvalQ

r parallel-processing rcpp

How can I add a new column to dataframe in RCpp?

r rcpp

Disabling the default class constructor in Rcpp modules

rcpp

Why does rasterToPoints generate an error on first call but not second?

r rcpp spatial r-raster

Sparse x dense matrix multiply unexpectedly slow with Armadillo

What is the random number generator that Armadillo uses?

c++ r random rcpp armadillo

Is there any way in which to make an Infix function using sourceCpp()

r rcpp

Rcpp error: /usr/bin/ld cannot find -lgfortran

linker gfortran rcpp armadillo

Rcpp fast statistical mode function with vector input of any type

c++ r rcpp

Rcpp error message when compiling any code: `Error in dyn.load(context$dynlibPath): unable to load shared object '...sourceCpp_96369.so'`

r rcpp

Who's managing the memory when an external program calls `Rf_allocXXX` via R's C API interface?

r rcpp