We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54a8ad commit 6329d94Copy full SHA for 6329d94
tests/froll.R
@@ -1,3 +1,4 @@
1
+Sys.setenv(OMP_THREAD_LIMIT = Sys.getenv("OMP_THREAD_LIMIT", "2"))
2
require(data.table)
3
test.data.table(script="froll.Rraw")
4
test.data.table(script="frollBatch.Rraw", optional=TRUE)
tests/main.R
test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
tests/mergelist.R
@@ -1,2 +1,3 @@
test.data.table(script="mergelist.Rraw")
0 commit comments