Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lintr-deprecated

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

  • absolute_paths_linter: checks that no absolute paths are used.

  • trailing_semicolons_linter: check there are no trailing semicolons.

  • snake_case_linter: check that objects are not in snake_case.

  • multiple_dots_linter: check that objects do not have.multiple.dots.


lintr

A 'Linter' for R Code

v2.0.1
MIT + file LICENSE
Authors
Jim Hester [aut, cre], Florent Angly [aut], Russ Hyde [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.