We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9f246 commit 9afb261Copy full SHA for 9afb261
DESCRIPTION
@@ -14,7 +14,7 @@ Authors@R: c(
14
comment = "Intel TBB library, https://www.threadingbuildingblocks.org/"),
15
person(family = "Microsoft", role = "cph")
16
)
17
-Description: High level functions for doing parallel programming with "Rcpp".
+Description: High level functions for doing parallel programming with 'Rcpp'.
18
For example, the parallelFor() function can be used to convert the work of
19
a standard serial "for" loop into a parallel one and the parallelReduce()
20
function can be used for accumulating aggregate or other values.
0 commit comments