You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> validate(NO.NA || !anyNA(.), c(234234131431, 123413413413, 1341341341,
+ 12341234134, 562456234, 24624624, 2452345234, 2345234524,
+ 23452452, 2243524352, 254254234, 2452452435, NA))
Error in validate(NO.NA || !anyNA(.), c(234234131431, 123413413413, 1341341341,
:
At least one of these should pass:
... truncated 8 lines
unitizer> cat(.NEW$message)
Error in validate(NO.NA || !anyNA(.), c(234234131431, 123413413413, 1341341341, :
At least one of these should pass:
- c(234234131431, 123413413413, 1341341341, 12341234134, 562456234,
24624624, 2452345234, 2345234524, 23452452, 2243524352, 254254234,
2452452435, NA)
should not contain NAs, but does
- !anyNA(c(234234131431, 123413413413, 1341341341, 12341234134,
562456234, 24624624, 2452345234, 2345234524, 23452452, 2243524352,
254254234, 2452452435, NA))
is not TRUE (FALSE)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: