Learn R Programming

lintr (version 3.0.2)

expect_comparison_linter: Require usage of expect_gt(x, y) over expect_true(x > y) (and similar)

Description

testthat::expect_gt(), testthat::expect_gte(), testthat::expect_lt(), testthat::expect_lte(), and testthat::expect_equal() exist specifically for testing comparisons between two objects. testthat::expect_true() can also be used for such tests, but it is better to use the tailored function instead.

Usage

expect_comparison_linter()

Arguments

Tags

best_practices, package_development

See Also

linters for a complete list of linters available in lintr.