AtomLinter / linter-lintr

Lint R on the fly, using lintr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linter-lintr

Build Status

linter-lintr is a lintr provider for linter.

Installation

To use this plugin R and lintr will need to be installed on your system. If it is not already installed, you can install lintr by typing the following in your R session:

install.packages("lintr")

You can then install this package from within Atom or by typing:

apm install linter-lintr

Note: If the linter package is not currently installed, it will be installed for you.

Settings

You can configure linter-lintr like any Atom package by editing the settings in Atom -> Preferences -> Packages -> linter-lintr.

Or if you prefer you can use Atom config.cson file ~/.atom/config.cson (click Open Your Config in Atom menu).

If you installed R in a location not in your $PATH, the Settings panel will let you specify where it lives. For example:

'linter-lintr':
  'executableDir': '/usr/local/bin/'

About

Lint R on the fly, using lintr


Languages

Language:JavaScript 100.0%