Learn R Programming

RcppParallel (version 5.1.10)

Parallel Programming Tools for 'Rcpp'

Description

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 aggregate or other values.

Copy Link

Version

Install

install.packages('RcppParallel')

Monthly Downloads

107,674

Version

5.1.10

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Kevin Ushey

Last Published

January 24th, 2025

Functions in RcppParallel (5.1.10)

setThreadOptions

Thread options for RcppParallel
RcppParallel-package

Parallel programming tools for Rcpp
flags

Compilation flags for RcppParallel
tbbLibraryPath

Get the Path to a TBB Library
RcppParallel.package.skeleton

Create a skeleton for a new package depending on RcppParallel