We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12a3bf commit 56145b2Copy full SHA for 56145b2
DESCRIPTION
@@ -18,7 +18,7 @@ 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.
21
-Suggests: Rcpp, testthat
+Suggests: Rcpp, testthat (>= 0.9.1)
22
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe
23
License: GPL-2
24
URL: http://rcppcore.github.io/RcppParallel, https://github.com/RcppCore/RcppParallel
0 commit comments