-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (27 loc) · 1.07 KB
/
DESCRIPTION
File metadata and controls
28 lines (27 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: RcppParallel
Type: Package
Title: Parallel Programming Tools for Rcpp
Version: 4.3.4
Date: 2015-04-04
Authors@R: c(
person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
person("Romain", "Francois", role = c("aut", "cph")),
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 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.
Suggests: Rcpp, RUnit
SystemRequirements: GNU make
License: GPL-2
Collate:
'build.R'
'hooks.R'
'options.R'