expect_less_than {testthat}R Documentation

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().


[Package testthat version 3.1.4 Index]