We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff12a7 commit 3e06621Copy full SHA for 3e06621
DESCRIPTION
@@ -12,7 +12,10 @@ Authors@R: c(
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")
+ person(family = "Microsoft", role = "cph"),
16
+ person("Joel", "Falcou", role = "aut"),
17
+ person(family = "UMR 8623 CNRS/Univ Paris Sud XI", role = "cph",
18
+ comment = "Boost.SIMD library, https://www.lri.fr/~falcou/pub/pact-2012.pdf")
19
)
20
Description: High level functions for doing parallel programming with 'Rcpp'.
21
For example, the parallelFor() function can be used to convert the work of
0 commit comments