lintr-deprecated {lintr}R Documentation

Deprecated functions in lintr

Description

Deprecated functions in lintr

Unnecessary concatenation linter

Single quotes linter

Consecutive stopifnot linter

No tabs linter

Extraction operator linter

Unnecessary nested if linter

Usage

unneeded_concatenation_linter(allow_single_expression = TRUE)

single_quotes_linter()

consecutive_stopifnot_linter()

no_tab_linter()

extraction_operator_linter()

unnecessary_nested_if_linter()

See Also


[Package lintr version 3.3.0-1 Index]