|
1 | 1 | Package: RcppParallel |
2 | 2 | Type: Package |
3 | 3 | Title: Parallel Programming Tools for Rcpp |
4 | | -Version: 4.3.3 |
5 | | -Date: 2014-10-20 |
6 | | -Author: JJ Allaire; Romain Francois; Intel, Inc.; Marcus Geelnard |
7 | | -Maintainer: JJ Allaire <jj@rstudio.com> |
| 4 | +Version: 4.3.4 |
| 5 | +Date: 2015-04-04 |
| 6 | +Authors@R: c( |
| 7 | + person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"), |
| 8 | + person("Romain", "Francios", role = c("aut", "cph")), |
| 9 | + person("Gregory", "Vandenbrouck", role = "aut"), |
| 10 | + person("Marcus", "Geelnard", role = c("aut", "cph"), |
| 11 | + comment = "TinyThread library, http://tinythreadpp.bitsnbites.eu/"), |
| 12 | + person(family = "RStudio", role = "cph"), |
| 13 | + person(family = "Intel", role = c("aut", "cph"), |
| 14 | + comment = "Intel TBB library, https://www.threadingbuildingblocks.org/"), |
| 15 | + person(family = "Microsoft", role = "cph") |
| 16 | + ) |
8 | 17 | Description: High level functions for doing parallel programming with Rcpp. |
9 | 18 | For example, the parallelFor function can be used to convert the work of |
10 | 19 | a standard serial "for" loop into a parallel one and the parallelReduce |
|
0 commit comments