Learn R Programming

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

RcppParallel (version 5.0.3)

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

97,498

Version

5.0.3

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Kevin Ushey

Last Published

February 24th, 2021

Functions in RcppParallel (5.0.3)

setThreadOptions

Thread options for RcppParallel
RcppParallelFlags

Compilation flags for RcppParallel
RcppParallel.package.skeleton

Create a skeleton for a new package depending on RcppParallel
RcppParallel-package

Parallel programming tools for Rcpp