lintr-deprecated {lintr}R Documentation

Deprecated functions

Description

Functions that have been deprecated and replaced by newer ones. They will be removed in an upcoming version of lintr and should thus not be used anymore.

Usage

absolute_paths_linter(source_file)

trailing_semicolons_linter(source_file)

snake_case_linter(source_file)

multiple_dots_linter(source_file)

Arguments

source_file

returned by get_source_expressions

Functions


[Package lintr version 2.0.0 Index]