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 6775ce1 commit b825415Copy full SHA for b825415
inst/tests/tests.Rraw
@@ -21369,6 +21369,6 @@ test(2328.2, droplevels(DT), data.table(f=factor(), i=integer(), f2=factor()))
21369
# Row name extraction from multiple vectors, #7136
21370
x <- c(1, 2, 3)
21371
y <- setNames(c(4, 5, 6), c("A", "B", "C"))
21372
-test(2329.1, as.data.table.list(list(x, y), keep.rownames=TRUE), data.table(rn=c("A", "B", "C"), V1=c(1, 2, 3), V2=c(4, 5, 6)))
21373
-test(2329.2, as.data.table.list(list(x, y), keep.rownames="custom"), data.table(custom=c("A", "B", "C"), V1=c(1, 2, 3), V2=c(4, 5, 6)))
+test(2329.1, as.data.table(list(x, y), keep.rownames=TRUE), data.table(rn=c("A", "B", "C"), V1=c(1, 2, 3), V2=c(4, 5, 6)))
+test(2329.2, as.data.table(list(x, y), keep.rownames="custom"), data.table(custom=c("A", "B", "C"), V1=c(1, 2, 3), V2=c(4, 5, 6)))
21374
0 commit comments