File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Package: RcppParallel
22Type: Package
3- Title: Parallel Programming Tools for Rcpp
3+ Title: Parallel Programming Tools for ' Rcpp'
44Version: 4.3.15
55Date: 2016-01-12
66Authors@R: c(
@@ -14,7 +14,7 @@ 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 R .
17+ Description: High level functions for doing parallel programming with 'Rcpp' .
1818 For example, the parallelFor() function can be used to convert the work of
1919 a standard serial "for" loop into a parallel one and the parallelReduce()
2020 function can be used for accumulating aggregate or other values.
You can’t perform that action at this time.
0 commit comments