Skip to content

Commit 7abf6d5

Browse files
committed
test R-devel
1 parent 6ba7a11 commit 7abf6d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/altrep.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ true_size <- function(x)
5656
is_compact <- function(x)
5757
{
5858
altrep <- R_altrep_full_class(x)
59-
cat(">>>>>>>", altrep[[1]], altrep[[2]], "\n")
59+
cat(">>>>>>>\n")
60+
print(altrep)
61+
cat("<<<<<<<\n")
6062
if (is.null(altrep)) return(FALSE)
6163
if (altrep[[2]] == "rlas") {
6264
if (R_is_materialized(x)) return(FALSE)

0 commit comments

Comments
 (0)