From a0626c03f81586a0f4e50263cb9f4525fcaa97eb Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Mon, 13 Jun 2022 11:48:03 -0400 Subject: [PATCH] Update link to point to the github version As the URL checks are generating a false positive for the local link --- .Rbuildignore | 1 + vignettes/editors.Rmd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index 846d17045..370678f5b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -26,3 +26,4 @@ ^docs$ ^pkgdown$ ^vignettes/[^-]+.gif$ +^CRAN-SUBMISSION$ diff --git a/vignettes/editors.Rmd b/vignettes/editors.Rmd index 5335b45b7..0364fa0a8 100644 --- a/vignettes/editors.Rmd +++ b/vignettes/editors.Rmd @@ -71,7 +71,7 @@ lintr can be integrated with [syntastic](https://github.com/vim-syntastic/syntas ### Installation -Put the file [syntastic/lintr.vim](inst/syntastic/lintr.vim) in `syntastic/syntax_checkers/r`. +Put the file [syntastic/lintr.vim](https://raw.githubusercontent.com/r-lib/lintr/v2.0.1/inst/syntastic/lintr.vim) in `syntastic/syntax_checkers/r`. If you are using [pathogen](https://github.com/tpope/vim-pathogen) this directory is `~/.vim/bundles/syntastic/syntax_checkers/r`. You will also need to add the following lines to your `.vimrc`.