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/")…
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…