We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c853ce commit 653318bCopy full SHA for 653318b
DESCRIPTION
@@ -12,10 +12,7 @@ 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"),
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")
+ person(family = "Microsoft", role = "cph")
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