Skip to content

Commit a4a9d45

Browse files
committed
relax version constraint, just in case
1 parent aa4ced2 commit a4a9d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Description: High level functions for parallel programming with 'Rcpp'.
2323
For example, the 'parallelFor()' function can be used to convert the work of
2424
a standard serial "for" loop into a parallel one and the 'parallelReduce()'
2525
function can be used for accumulating aggregate or other values.
26-
Depends: R (>= 4.2.0)
26+
Depends: R (>= 3.6.0)
2727
Suggests:
2828
Rcpp,
2929
RUnit,

0 commit comments

Comments
 (0)