Skip to content

Commit 33ef57a

Browse files
committed
Update links in readme
1 parent 27ea9ca commit 33ef57a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^CRAN-RELEASE$
12
^.*\.png$
23
^.*\.gif$
34
^\.travis\.yml$

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lintr
22
[![Travis-CI Build Status](https://travis-ci.org/jimhester/lintr.svg?branch=master)](https://travis-ci.org/jimhester/lintr)
3-
[![codecov.io](http://codecov.io/github/jimhester/lintr/coverage.svg?branch=master)](http://codecov.io/github/jimhester/lintr?branch=master)
3+
[![codecov.io](https://codecov.io/github/jimhester/lintr/coverage.svg?branch=master)](http://codecov.io/github/jimhester/lintr?branch=master)
44
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/lintr)](https://cran.r-project.org/package=lintr)
55

66
## Static code analysis for R ##
@@ -87,10 +87,10 @@ For more information and bug reports see [Atom linter-lintr](https://github.com/
8787

8888
## Available linters ##
8989

90-
* `Syntax errors`: reported by [parse](http://www.inside-r.org/r-doc/base/parse).
90+
* `Syntax errors`: reported by [parse](https://www.rdocumentation.org/packages/base/versions/3.4.0/topics/parse).
9191
* `object_usage_linter`: checks that closures have the proper usage using
92-
[codetools::checkUsage()](http://www.inside-r.org/r-doc/codetools/checkUsage). Note this runs
93-
[base::eval()](http://www.inside-r.org/r-doc/base/eval) on the code, so do not use with untrusted code.
92+
[codetools::checkUsage()](https://www.rdocumentation.org/packages/codetools/versions/0.2-15/topics/checkUsage). Note this runs
93+
[base::eval()](https://www.rdocumentation.org/packages/base/versions/3.4.0/topics/eval) on the code, so do not use with untrusted code.
9494
* `absolute_paths_linter`: checks that no absolute paths are used.
9595
* `assignment_linter`: checks that `<-` is always used for assignment
9696
* `closed_curly_linter`: check that closed curly braces should always be on their

0 commit comments

Comments
 (0)