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 5e7aa46 commit d864bd4Copy full SHA for d864bd4
R/altrep.R
@@ -56,6 +56,7 @@ true_size <- function(x)
56
is_compact <- function(x)
57
{
58
altrep <- R_altrep_full_class(x)
59
+ cat(">>>>>>>", altrep, "\n")
60
if (is.null(altrep)) return(FALSE)
61
if (altrep[[2]] == "rlas") {
62
if (R_is_materialized(x)) return(FALSE)
0 commit comments