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 edf7a36 commit 9d663f4Copy full SHA for 9d663f4
inst/tests/mergelist.Rraw
@@ -30,7 +30,7 @@ test(11.05, cbindlist(list(data.table(a=1L), data.table(), data.table(d=2L), dat
30
## codecov
31
test(12.01, cbindlist(data.frame(a=1L)), error="must be a list")
32
test(12.02, cbindlist(TRUE), error="must be a list")
33
-test(12.03, cbindlist(list(list(), NA)), error="must be TRUE or FALSE")
+test(12.03, cbindlist(list(), NA), error="must be TRUE or FALSE")
34
test(12.04, cbindlist(list(data.table(a=1L), 1L)), error="is not a data.table")
35
test(12.05, options = c(datatable.verbose=TRUE), cbindlist(list(data.table(a=1:2), data.table(b=1:2))), data.table(a=1:2, b=1:2), output="cbindlist.*took")
36
test(12.06, cbindlist(list(data.table(), data.table(a=1:2), data.table(b=1:2))), data.table(a=1:2, b=1:2))
0 commit comments