mllg / checkmate

Fast and versatile argument checks
https://mllg.github.io/checkmate/
Other
261 stars 30 forks source link

mini issue: Possibility of testing if a number is strictly greater than another #243

Open arthurzaneti opened 1 year ago

arthurzaneti commented 1 year ago

When using, for instance checkmate::check_number(1, lower = 1) this will evaluate to TRUE, could there be an argument to numeric and number testing functions for testing if a number is strictly greater than 1. Something like checkmate::check_number(1, bigger = 1) that would evaluate to false.

Thanks in advance

billdenney commented 11 months ago

This is a duplicate of #215