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