From d7338f8a635514270b441e381164ec477a2e0cfd Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Tue, 21 Mar 2017 09:36:47 +0200 Subject: [PATCH] Checker r/lint is going away. The "lint" package has been removed from CRAN: https://github.com/halpo/lint/issues/23 The corresponding syntastic checker will be removed in future release. For now remove only the docs. --- doc/syntastic-checkers.txt | 56 +++----------------------------------- plugin/syntastic.vim | 2 +- 2 files changed, 5 insertions(+), 53 deletions(-) diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index c3757944..4ad7691c 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -4901,59 +4901,11 @@ SYNTAX CHECKERS FOR R *syntastic-checkers-r* The following checkers are available for R (filetype "r"): - 1. lint.....................|syntastic-r-lint| - 2. lintr....................|syntastic-r-lintr| - 3. svtools..................|syntastic-r-svtools| + 1. lintr....................|syntastic-r-lintr| + 2. svtools..................|syntastic-r-svtools| ------------------------------------------------------------------------------ -1. lint *syntastic-r-lint* - -Name: lint -Maintainer: LCD 47 - -This is a style checker for R files, using the R package "lint": - - http://cran.r-project.org/web/packages/lint/ - -Checker option~ - - *'g:syntastic_r_lint_styles'* -Type: string -Default: "lint.style" -R list of style tests to apply. - -Set 'g:syntastic_r_lint_styles' to something like this: > - let g:syntastic_r_lint_styles = - \ 'list(spacing.indentation.notabs, spacing.indentation.evenindent)' -< -See "lint"'s manual for possible values: - - http://cran.r-project.org/web/packages/lint/lint.pdf - -Note~ - -This checker doesn't call the "makeprgBuild()" function, and thus it ignores -the usual 'g:syntastic_r_lint_