We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a88a2 commit ee0cc6eCopy full SHA for ee0cc6e
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 R.
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