Skip to content

Simontuk/linter-lintr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 80.9%
  • JavaScript 19.1%