summaryrefslogtreecommitdiff
path: root/ale_linters/r
AgeCommit message (Collapse)Author
2021-05-25Allow lintr to consider .Renviron settings. Fix #3391 (#3727)ourigen
* Fix lintr.vim to consider Renviron * Update test_lintr.vader to match lintr.vim fix * Update credits Co-authored-by: ourigen <ourigen [at] pm.me>
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future.
2020-11-21Use _config for LSP config optionsw0rp
2020-11-21Add support for R languageserver (#3370)Eric Zhao
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-06-07Use --vanilla switch for RscriptStefan Siegel
This prevents possibly bad interference with the user's R environment, e.g. by an auto-activating packrat.
2018-02-05Removed trailing whitespacesFenner Macrae
2018-02-05Fixed lintr::lint_package commandFenner Macrae
2018-02-04Add lint_package support to lintrFenner Macrae
2018-01-31Update formatting and tests.Michael Quinn
2018-01-29Call lintr library before lintingMichael Quinn
This solves namespace issues related to the objects used to set linting options.
2017-09-03allow options to be set for `lintr`Alex Axthelm
2017-09-03Allow for lintr optionsAlex Axthelm
2017-07-03Fix #182 - Add support for lintrw0rp