Questions tagged [lintr]

Static code analysis for R mostly based on Hadley Wickham's R Style Guide.

Github repo

32 questions
0
votes
0 answers

Emacs flychecking an R program

I'd like flycheck to catch elementary coding issues while I'm writing a program in R. With a .emacs containing (require 'package) (add-to-list 'package-archives '("MELPA Stable" . "https://stable.melpa.org/packages/")…
Vrokipal
  • 784
  • 5
  • 18
0
votes
1 answer

Atom linter-lintr cannot find lintr

I am using Atom for writing R code, and attempting to use lintr, but linter-lintr cannot find it. R is on my $PATH and lintr is installed in R. Whenever I type, the following error happens. /Users/bfh/.atom/packages/linter/lib/linter-registry.js:159…
BFH
  • 99
  • 7
1 2
3