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 7908add commit 4ea3eb0Copy full SHA for 4ea3eb0
tests/froll.R
@@ -1,3 +1,3 @@
1
require(data.table)
2
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")
+if (minor_version == 99L || Sys.getenv("RunAllDataTableTests") == "yes") test.data.table(script="froll.Rraw")
0 commit comments