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 |
[Package testthat version 3.2.0 Index]