r-rcppparallel 5.0.2 Parallel programming tools for Rcpp

This package provides high level functions for parallel programming with Rcpp. For example, the parallelFor() function can be used to convert the work of a standard serial for loop into a parallel one and the parallelReduce() function can be used for accumulating aggregates or other values.