Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jan 23, 2025
1 parent 5129213 commit 954f76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/messages.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ mem_info <- function(x, n=1, print=TRUE) {
cat(paste("\nnr chunks :", ceiling(nrow(x)/v[4])))
cat("\n------------------------\n")
}
names(v) <- c("needed", "available", "memfrac", "chunk_rows")
invisible(v[1:4])
names(v) <- c("needed", "available", "memfrac", "chunk_rows", "fits_mem")
invisible(v)
}


Expand Down

0 comments on commit 954f76f

Please sign in to comment.