Skip to content

Commit

Permalink
Update R/shape.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer authored Jan 23, 2024
1 parent 0f98936 commit ed6b014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shape.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_shape = function(shape, null_ok = FALSE, unknown_batch = NULL) {
if (is.null(shape) && null_ok) {
return(TRUE)
}
ok = test_integerish(shape, min.len = 2L, all.missing = TRUE)
ok = test_integerish(shape, min.len = 2L, all.missing = FALSE, any.missing = TRUE)

if (!ok) {
return(FALSE)
Expand Down

0 comments on commit ed6b014

Please sign in to comment.