Skip to content

Commit 743b380

Browse files
committed
tweak Description text
1 parent 653318b commit 743b380

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
2121
Depends: R (>= 3.0.2)
2222
Suggests:
2323
Rcpp,

0 commit comments

Comments
 (0)