We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4ced2 commit a4a9d45Copy full SHA for a4a9d45
DESCRIPTION
@@ -23,7 +23,7 @@ Description: High level functions for parallel programming with 'Rcpp'.
23
For example, the 'parallelFor()' function can be used to convert the work of
24
a standard serial "for" loop into a parallel one and the 'parallelReduce()'
25
function can be used for accumulating aggregate or other values.
26
-Depends: R (>= 4.2.0)
+Depends: R (>= 3.6.0)
27
Suggests:
28
Rcpp,
29
RUnit,
0 commit comments