We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29dca86 commit d8549edCopy full SHA for d8549ed
.Rbuildignore
@@ -1,6 +1,7 @@
1
^.*\.Rproj$
2
^\.Rproj\.user$
3
^src/tbb/build/lib_.*$
4
+^tests/testthat/pkg/RcppParallelTest/src/.*\.s?o$
5
^inst/lib$
6
^.travis.yml
7
^doc$
tests/testthat/test-malloc.R
@@ -1,6 +1,9 @@
context( "malloc" )
test_that( "tbbmalloc works", {
+
+ skip_on_cran()
sourceCpp( "cpp/malloc.cpp" )
8
})
9
tests/testthat/test-pkg.R
@@ -2,6 +2,8 @@ context( "package" )
test_that( "linking from a package works", {
templib <- tempfile()
dir.create(templib)
0 commit comments