Open dshemetov opened 10 months ago
In your second example, c(Sys.Date(), NA)
creates a Date vector, this is why it passes. @mllg Maybe check_date
should get a typed.missing
argument, too? Also related to https://github.com/mllg/checkmate/issues/236
Hello, first off thank you for this excellent package.
Secondly, this behavior seems inconsistent to me:
This happens even though they all have the same defaults for
any.missing = TRUE
. Thoughts? Thanks for your time.