Skip to content

Commit d864bd4

Browse files
committed
test
1 parent 5e7aa46 commit d864bd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/altrep.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ true_size <- function(x)
5656
is_compact <- function(x)
5757
{
5858
altrep <- R_altrep_full_class(x)
59+
cat(">>>>>>>", altrep, "\n")
5960
if (is.null(altrep)) return(FALSE)
6061
if (altrep[[2]] == "rlas") {
6162
if (R_is_materialized(x)) return(FALSE)

0 commit comments

Comments
 (0)