Learn R Programming

lintr (version 3.0.2)

expect_true_false_linter: Require usage of expect_true(x) over expect_equal(x, TRUE)

Description

testthat::expect_true() and testthat::expect_false() exist specifically for testing the TRUE/FALSE value of an object. testthat::expect_equal() and testthat::expect_identical() can also be used for such tests, but it is better to use the tailored function instead.

Usage

expect_true_false_linter()

Arguments

Tags

best_practices, package_development, readability

See Also

linters for a complete list of linters available in lintr.