expect_less_than: Deprecated numeric comparison functions

View source: R/expect-comparison.R

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


hadley/testthat documentation built on Feb. 16, 2024, 9:20 p.m.