File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Authors@R: c(
1414 comment = "Intel TBB library, https://www.threadingbuildingblocks.org/"),
1515 person(family = "Microsoft", role = "cph")
1616 )
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()
20- function can be used for accumulating aggregate or other values.
17+ Description: High level functions for 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.
2121Depends: R (>= 3.0.2)
2222Suggests:
2323 Rcpp,
You can’t perform that action at this time.
0 commit comments