Learn R Programming

lintr (version 3.3.0-1)

lintr-deprecated: 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()

Arguments

See Also

  • linters for a complete list of linters available in lintr.

  • deprecated_linters for a list of linters tagged as deprecated.