Skip to content

Commit cf1b3bf

Browse files
committed
run all tests on cran
1 parent 56145b2 commit cf1b3bf

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
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 (>= 0.9.1)
21+
Suggests: Rcpp, testthat
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

tests/testthat/test-malloc.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
context( "malloc" )
22

33
test_that( "tbbmalloc works", {
4-
5-
skip_on_cran()
6-
74
sourceCpp( "cpp/malloc.cpp" )
85
})
96

tests/testthat/test-pkg.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ context( "package" )
22

33
test_that( "linking from a package works", {
44

5-
skip_on_cran()
6-
75
templib <- tempfile()
86
dir.create(templib)
97

0 commit comments

Comments
 (0)