Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 1 of 1 found.
[1] < 1 > [1]  Sort:

RcppParallel : Parallel Programming Tools for 'Rcpp'

Package: RcppParallel
Type: Package
Title: Parallel Programming Tools for 'Rcpp'
Version: 4.3.19
Authors@R: c(
person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
person("Romain", "Francois", role = c("aut", "cph")),
person("Kevin", "Ushey", role = c("aut", "cre"), email = "kevin@rstudio.com"),
person("Gregory", "Vandenbrouck", role = "aut"),
person("Marcus", "Geelnard", role = c("aut", "cph"),
comment = "TinyThread library, http://tinythreadpp.bitsnbites.eu/"),
person(family = "RStudio", role = "cph"),
person(family = "Intel", role = c("aut", "cph"),
comment = "Intel TBB library, https://www.threadingbuildingblocks.org/"),
person(family = "Microsoft", role = "cph")
)
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.
Depends: R (>= 3.0.2)
Suggests: Rcpp, RUnit, knitr, rmarkdown
LinkingTo: BH (>= 1.60.0-1)
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe,
Solaris: g++ is required
License: GPL-2
URL: http://rcppcore.github.io/RcppParallel
https://github.com/RcppCore/RcppParallel
Collate: 'build.R' 'hooks.R' 'options.R'
NeedsCompilation: yes
Packaged: 2016-05-04 17:42:45 UTC; kevin
Author: JJ Allaire [aut],
Romain Francois [aut, cph],
Kevin Ushey [aut, cre],
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: Kevin Ushey <kevin@rstudio.com>
Repository: CRAN
Date/Publication: 2016-05-05 02:05:29

● Data Source: CranContrib
● 0 images, 3 functions, 0 datasets
Reverse Depends: 2