implicit_integer_linter {lintr}R Documentation

Implicit integer linter

Description

Check that integers are explicitly typed using the form 1L instead of 1.

Usage

implicit_integer_linter()

Tags

best_practices, consistency, style

See Also

linters for a complete list of linters available in lintr.


[Package lintr version 3.0.0 Index]