Releases: hadley/assertthat
Releases · hadley/assertthat
assertthat 0.2.1
-
assert_that()
no longer throws a fatal error on very long custom
expressions (@jameslamb, #45) -
has_name()
now always returns a singleTRUE
/FALSE
, even if you use it
to check multiple names (@jameslamb, #60) -
is.count()
returnsFALSE
forNA_real_
,NaN
andNA_integer_
.
is.integerish()
returnsFALSE
forNA_real_
andNaN
(@drkarthi, #54) -
is.count()
,is.flag()
,is.number()
, andis.scalar()
now have
well-defined behavior forInf
,-Inf
, and finite but large numbers
(@jameslamb, #47)
assertthat 0.2.0
assertthat 0.1
v0.1 Use cran version of testthat