Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arthurzaneti opened this issue Aug 30, 2023 · 1 comment

Comments

@arthurzaneti
Copy link

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
Copy link

This is a duplicate of #215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants