Learn R Programming

⚠️There's a newer version (3.2.0) of this package.Take me there.

lintr (version 0.3.1)

Static R Code Analysis

Description

Checks adherence to a given style, syntax errors and possible semantic issues. Supports on the fly checking of R code edited with Emacs, Vim and Sublime Text.

Copy Link

Version

Install

install.packages('lintr')

Monthly Downloads

60,310

Version

0.3.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jim Hester

Last Published

September 3rd, 2015

Functions in lintr (0.3.1)

lintr

Lintr
read_settings

Read lintr settings
lint_package

Lint a package
exclude

Exclude lines or files from linting
expect_lint

Lint expectation
absolute_paths_linter

linters
get_source_expressions

Parsed sourced file from a filename
lint_file

Lint a given file
Lint

Create a Lint object
with_defaults

Modify the list of default linters
clear_cache

Clear the lintr cache
default_settings

Default lintr settings
parse_exclusions

read a source file and parse all the excluded lines from it
default_linters

Default linters to use
expect_lint_free

Test that the package is lint free