testthat (version 3.2.1.1)

expect_less_than: Deprecated numeric comparison functions

Description

These functions have been deprecated in favour of the more concise expect_gt() and expect_lt().

Usage

expect_less_than(...)

expect_more_than(...)

Arguments

...

All arguments passed on to expect_lt()/expect_gt().