Skip to content

Commit

Permalink
Update inst/tests/other.Rraw
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-schwen authored Nov 10, 2024
1 parent 30b0ce7 commit e15ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/other.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ if (loaded[["nanotime"]]) {
test(31, fwrite(data.table(as.nanotime(.POSIXct(0))), dec=',', sep=';'), output="1970-01-01T00:00:00,000000000Z")
}

# test for bug#6607
# tables() with large environment #6607
.e <- new.env() ## to not populate the .GlobalEnv
.e[["DT"]] <- as.data.table(lapply(1:15,function(i) runif(20e6)))
res <- tables(env=.e)
Expand Down

0 comments on commit e15ec87

Please sign in to comment.