We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c6bc95d
assert_that() no longer throws a fatal error on very long custom expressions (@jameslamb, #45)
assert_that()
has_name() now always returns a single TRUE/FALSE, even if you use it to check multiple names (@jameslamb, #60)
has_name()
TRUE
FALSE
is.count() returns FALSE for NA_real_, NaN and NA_integer_. is.integerish() returns FALSE for NA_real_ and NaN (@drkarthi, #54)
is.count()
NA_real_
NaN
NA_integer_
is.integerish()
is.count(), is.flag(), is.number(), and is.scalar() now have well-defined behavior for Inf, -Inf, and finite but large numbers (@jameslamb, #47)
is.flag()
is.number()
is.scalar()
Inf
-Inf