Skip to content

Commit 73efaf3

Browse files
missing 'data.table::'
1 parent 319280b commit 73efaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/atime/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ test.list <- atime::atime_test_list(
316316
set.seed(34893)
317317
DT = data.table(i=N:1)
318318
},
319-
expr = for (ii in seq_len(nrow(DT))) set(DT, ii, "i", ii),
319+
expr = for (ii in seq_len(nrow(DT))) data.table::set(DT, ii, "i", ii),
320320
`Status quo` = "8f5ffa8bb8f3f5861020a6e32f897c30e42eeab0"), # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/8f5ffa8bb8f3f5861020a6e32f897c30e42eeab0)
321321

322322
tests=extra.test.list)

0 commit comments

Comments
 (0)