Skip to content

Commit 56145b2

Browse files
committed
provide testthat version dependency
1 parent f12a3bf commit 56145b2

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
@@ -18,7 +18,7 @@ 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.
21-
Suggests: Rcpp, testthat
21+
Suggests: Rcpp, testthat (>= 0.9.1)
2222
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe
2323
License: GPL-2
2424
URL: http://rcppcore.github.io/RcppParallel, https://github.com/RcppCore/RcppParallel

0 commit comments

Comments
 (0)