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 e64f953 commit 5e7aa46Copy full SHA for 5e7aa46
inst/tinytest/test_altrep.R
@@ -74,3 +74,7 @@ expect_true(is_altrep(lgl))
74
expect_false(is_altrep(int_))
75
expect_false(is_altrep(dbl_))
76
expect_false(is_altrep(lgl_))
77
+
78
+expect_true(is_materialized(int))
79
+expect_true(is_materialized(dbl))
80
+expect_true(is_materialized(lgl))
0 commit comments