Skip to content

Commit

Permalink
Update link to point to the github version
Browse files Browse the repository at this point in the history
As the URL checks are generating a false positive for the local link
  • Loading branch information
jimhester committed Jun 13, 2022
1 parent b73ddf8 commit a0626c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
^docs$
^pkgdown$
^vignettes/[^-]+.gif$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion vignettes/editors.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

This comment has been minimized.

Copy link
@AshesITR

AshesITR Jun 14, 2022

Collaborator

was the v2.0.1 part intentional?

This comment has been minimized.

Copy link
@jimhester

jimhester Jun 15, 2022

Author Member

Yeah, I wanted to link to something static and 3.0 wasn't released yet, we could update it now, but this file shouldn't change much, so it doesn't really matter.

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`.
Expand Down

0 comments on commit a0626c0

Please sign in to comment.