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.
Version: | 4.3.14 |
Suggests: | Rcpp, RUnit |
Published: | 2015-06-02 |
Author: | JJ Allaire [aut, cre], Romain Francois [aut, cph], Gregory Vandenbrouck [aut], Marcus Geelnard [aut, cph] (TinyThread library, http://tinythreadpp.bitsnbites.eu/), RStudio [cph], Intel [aut, cph] (Intel TBB library, https://www.threadingbuildingblocks.org/), Microsoft [cph] |
Maintainer: | JJ Allaire <jj at rstudio.com> |
License: | GPL-2 |
URL: | http://rcppcore.github.io/RcppParallel, https://github.com/RcppCore/RcppParallel |
NeedsCompilation: | yes |
SystemRequirements: | GNU make, Windows: cmd.exe and cscript.exe, Solaris: g++ is required |
Materials: | NEWS |
CRAN checks: | RcppParallel results |
Reference manual: | RcppParallel.pdf |
Package source: | RcppParallel_4.3.14.tar.gz |
Windows binaries: | r-devel: RcppParallel_4.3.14.zip, r-release: RcppParallel_4.3.14.zip, r-oldrel: RcppParallel_4.3.14.zip |
OS X Snow Leopard binaries: | r-release: RcppParallel_4.3.14.tgz, r-oldrel: RcppParallel_4.3.8.tgz |
OS X Mavericks binaries: | r-release: RcppParallel_4.3.14.tgz |
Old sources: | RcppParallel archive |
Reverse depends: | gaston, StMoSim |
Reverse imports: | markovchain, rPref, SpatPCA |
Reverse linking to: | gaston, markovchain, rPref, SpatPCA, StMoSim |