forked from RcppCore/RcppParallel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.9 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.9 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: RcppParallel
Type: Package
Title: Parallel Programming Tools for 'Rcpp'
Version: 5.0.0
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
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
Biarch: TRUE
Collate: 'build.R' 'hooks.R' 'options.R' 'skeleton.R'
NeedsCompilation: yes
Packaged: 2020-03-10 19:14:58 UTC; kevinushey
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: 2020-03-11 23:10:22 UTC
Built: R 3.6.3; x86_64-pc-linux-gnu; 2020-03-26 03:52:51 UTC; unix