Skip to content

Commit 5e7efb7

Browse files
committed
remove double tests
1 parent d40edb8 commit 5e7efb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

inst/tests/tests.Rraw

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3995,8 +3995,6 @@ DT = data.table(x=as.POSIXct(c("2009-02-17 17:29:23.042", "2009-02-17 17:29:25.1
39953995
test(1143.3, DT[, list(lx=x[.N]), by=x], data.table(x=DT$x, lx=DT$x))
39963996
test(1143.4,optimization=c(0L, 2L), copy(DT)[,`:=`(lx=tail(x,1L)), by=y], copy(DT)[, lx:=x])
39973997
test(1143.5,optimization=c(0L, 2L), copy(DT)[, let(lx=tail(x,1L)), by=y], copy(DT)[, lx:=x])
3998-
test(1143.6, copy(DT)[,`:=`(lx=tail(x,1L)), by=y], copy(DT)[, lx:=x])
3999-
test(1143.7, copy(DT)[, let(lx=tail(x,1L)), by=y], copy(DT)[, lx:=x])
40003998

40013999
# FR #2356 - retain names of named vector as column with keep.rownames=TRUE
40024000
x <- 1:5

0 commit comments

Comments
 (0)