Skip to content

Commit 0c63526

Browse files
committed
test R-devel
1 parent 7abf6d5 commit 0c63526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/altrep.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ is_compact <- function(x)
5858
altrep <- R_altrep_full_class(x)
5959
cat(">>>>>>>\n")
6060
print(altrep)
61+
print(class(altrep))
62+
print(str(altrep))
6163
cat("<<<<<<<\n")
6264
if (is.null(altrep)) return(FALSE)
6365
if (altrep[[2]] == "rlas") {

0 commit comments

Comments
 (0)