File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11^.*\.Rproj$
22^\.Rproj\.user$
33^src/tbb/build/lib_.*$
4+ ^tests/testthat/pkg/RcppParallelTest/src/.*\.s?o$
5+ ^tests/testthat/pkg/RcppParallelTest/src/.*\.dll$
46^inst/lib$
57^.travis.yml
8+ ^README.md
69^doc$
710
811
Original file line number Diff line number Diff line change 11RcppParallel 4.3.7
22------------------------------------------------------------------------
33
4- * Fix failure to compile with Rtools 3.3
5- * Fix failure to compile on OS X Snow Leopard R toolchain
64* Add tbbmalloc library
5+ * Fix failure to compile on OS X Snow Leopard R toolchain
76
87RcppParallel 4.3.6
98------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11context( " malloc" )
22
33test_that( " tbbmalloc works" , {
4+
5+ skip_on_cran()
6+
47 sourceCpp( " cpp/malloc.cpp" )
58})
69
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ context( "package" )
22
33test_that( " linking from a package works" , {
44
5+ skip_on_cran()
6+
57 templib <- tempfile()
68 dir.create(templib )
79
You can’t perform that action at this time.
0 commit comments