Learn R Programming

⚠️There's a newer version (5.1.9) of this package.Take me there.

RcppParallel (version 4.3.4)

Parallel Programming Tools for Rcpp

Description

High level functions for doing 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 aggregate or other values.

Copy Link

Version

Install

install.packages('RcppParallel')

Monthly Downloads

98,622

Version

4.3.4

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

March 7th, 2015

Functions in RcppParallel (4.3.4)

RcppParallel-package

Parallel programming tools for Rcpp
setThreadOptions

Thread options for RcppParallel
RcppParallelLibs

Linker flags for RcppParallel