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 7beed64 commit 5ea75a8Copy full SHA for 5ea75a8
R/format.R
@@ -32,7 +32,7 @@ obj_sum.blob <- function(x) {
32
is_vector_s3.blob <- function(x) TRUE
33
34
blob_size <- function(x, digits = 3, trim = TRUE, ...) {
35
- x <- vapply(x, length, integer(1))
+ x <- vapply(x, length, numeric(1))
36
37
power <- min(floor(log(abs(x), 1000)), 4)
38
if (power < 1) {
0 commit comments