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 67670e9 commit 5ad563dCopy full SHA for 5ad563d
inst/tests/tests.Rraw
@@ -21489,3 +21489,6 @@ if (test_bit64) {
21489
# support rotate idiom
21490
M1 = M2 = matrix(1:4, nrow=2)
21491
test(2332.81, {M1[]=frev(M1); M1}, {M2[]=rev(M2); M2})
21492
+
21493
+# regression test of edge case report #4964
21494
+test(2333, as.expression(data.table(a = 1))[["a"]], 1)
0 commit comments