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.
Version: | 5.1.4 |
Depends: | R (≥ 3.0.2) |
Suggests: | Rcpp, RUnit, knitr, rmarkdown |
Published: | 2021-05-04 |
Author: | JJ Allaire [aut],
Romain Francois [aut, cph],
Kevin Ushey [aut, cre],
Gregory Vandenbrouck [aut],
Marcus Geelnard [aut, cph] (TinyThread library,
https://tinythreadpp.bitsnbites.eu/),
Hamada S. Badr |
Maintainer: | Kevin Ushey <kevin at rstudio.com> |
BugReports: | https://github.com/RcppCore/RcppParallel/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://rcppcore.github.io/RcppParallel/, https://github.com/RcppCore/RcppParallel |
NeedsCompilation: | yes |
SystemRequirements: | GNU make, Intel TBB, Windows: cmd.exe and cscript.exe, Solaris: g++ is required |
Materials: | NEWS |
In views: | HighPerformanceComputing |
CRAN checks: | RcppParallel results |
Reference manual: | RcppParallel.pdf |
Package source: | RcppParallel_5.1.4.tar.gz |
Windows binaries: | r-devel: RcppParallel_5.1.4.zip, r-devel-UCRT: RcppParallel_5.1.4.zip, r-release: RcppParallel_5.1.4.zip, r-oldrel: RcppParallel_5.1.4.zip |
macOS binaries: | r-release (arm64): RcppParallel_5.1.4.tgz, r-release (x86_64): RcppParallel_5.1.4.tgz, r-oldrel: RcppParallel_5.1.4.tgz |
Old sources: | RcppParallel archive |
Please use the canonical form https://CRAN.R-project.org/package=RcppParallel to link to this page.