Skip to content

Commit 4ea3eb0

Browse files
committed
change activation logic
1 parent 7908add commit 4ea3eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/froll.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
require(data.table)
22
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")
3+
if (minor_version == 99L || Sys.getenv("RunAllDataTableTests") == "yes") test.data.table(script="froll.Rraw")

0 commit comments

Comments
 (0)