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 7abf6d5 commit 0c63526Copy full SHA for 0c63526
R/altrep.R
@@ -58,6 +58,8 @@ is_compact <- function(x)
58
altrep <- R_altrep_full_class(x)
59
cat(">>>>>>>\n")
60
print(altrep)
61
+ print(class(altrep))
62
+ print(str(altrep))
63
cat("<<<<<<<\n")
64
if (is.null(altrep)) return(FALSE)
65
if (altrep[[2]] == "rlas") {
0 commit comments