Skip to content

Commit 8f4d931

Browse files
use implicit coercion
1 parent 9629fa5 commit 8f4d931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tables.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tables = function(mb=type_size, order.col="NAME", width=80L,
3131
agenda = lapply(seq_along(obj), function(i) list(obj=obj[[i]], name=names[i]))
3232
visited_env = new.env(hash=TRUE)
3333

34-
while (length(agenda) > 0L) {
34+
while (length(agenda)) {
3535
current_item = agenda[[1L]]
3636
agenda[[1L]] = NULL
3737
x = current_item$obj

0 commit comments

Comments
 (0)