Skip to content

Commit 988b691

Browse files
committed
Check warning
1 parent 5df4221 commit 988b691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/base.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"print.bitmap" <- function(x, ...){
2323
dims <- dim(x)
2424
cat(sprintf("%d channel %dx%d bitmap array:", dims[1], dims[2], dims[3]))
25-
str(x)
25+
utils::str(x)
2626
}
2727

2828
#' @export

0 commit comments

Comments
 (0)