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 992b389 commit 7908addCopy full SHA for 7908add
tests/froll.R
@@ -1,2 +1,3 @@
1
require(data.table)
2
-test.data.table(script="froll.Rraw")
+minor_version = as.integer(strsplit(packageDescription("data.table")$Version, "\\.")[[1]][[3]])
3
+if (minor_version == 99L && Sys.getenv("RunAllDataTableTests") != "no") test.data.table(script="froll.Rraw")
0 commit comments