Skip to content

Commit 3bff2fd

Browse files
committed
add parens to function names in the description
1 parent eab15a3 commit 3bff2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Authors@R: c(
1515
person(family = "Microsoft", role = "cph")
1616
)
1717
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
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()
2020
function can be used for accumulating aggregate or other values.
2121
Suggests: Rcpp, testthat
2222
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe

0 commit comments

Comments
 (0)