flycheck.el/test
Kunht Kun 900b8e7975 Add a new checker 'r' for R
This is a rather rudimentary checker using only the builtin 'parse'
function of R. It can only report syntax/parsing errors, but it does not
depend on any third-party libraries.

R actually has some builtin utilities for linting (for example,
'codetools'), but as far as I know those require evaluating the source
code, so only 'parse' is used.
2024-04-11 07:49:30 +03:00
..
resources [Fix #1692] Remove the Coq checker (#1697) 2024-02-05 06:01:39 +00:00
specs Add FlyC:0 and updated the mode menu (#2035) 2024-04-10 11:17:59 +03:00
.gitignore Ignore the test elpa directory 2015-09-19 13:38:05 +02:00
.nosearch Add test/.nosearch to keep test/ off the load-path 2017-04-11 19:56:04 +02:00
flycheck-test.el Add a new checker 'r' for R 2024-04-11 07:49:30 +03:00
init.el Split long lines in a few files 2018-06-10 11:01:30 +02:00
run.el Update a reference to Cask 2024-02-05 12:27:32 +02:00