File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff 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 (>= 0.9.1)
21+ Suggests: Rcpp, testthat
2222SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe
2323License: GPL-2
2424URL: http://rcppcore.github.io/RcppParallel, https://github.com/RcppCore/RcppParallel
Original file line number Diff line number Diff line change 11context( " malloc" )
22
33test_that( " tbbmalloc works" , {
4-
5- skip_on_cran()
6-
74 sourceCpp( " cpp/malloc.cpp" )
85})
96
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ context( "package" )
22
33test_that( " linking from a package works" , {
44
5- skip_on_cran()
6-
75 templib <- tempfile()
86 dir.create(templib )
97
You can’t perform that action at this time.
0 commit comments