We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab15a3 commit 3bff2fdCopy full SHA for 3bff2fd
DESCRIPTION
@@ -15,8 +15,8 @@ Authors@R: c(
15
person(family = "Microsoft", role = "cph")
16
)
17
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
+ 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()
20
function can be used for accumulating aggregate or other values.
21
Suggests: Rcpp, testthat
22
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe
0 commit comments