Skip to content

Commit

Permalink
Change Description in attempt to appease B. Ripley (probably won't work)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Dec 1, 2014
1 parent 7e250e1 commit 1df8c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
^[^/]+\.R$
^travis-tool\.sh$
^.*\.gz$

^cran-comments\.md$
^NEWS.md$
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Package: lintr
Title: Static Code Analysis
Title: Static R Code Analysis
Version: 0.2.0
Authors@R: "Jim Hester <[email protected]> [aut, cre]"
URL: https://github.com/jimhester/lintr
BugReports: https://github.com/jimhester/lintr/issues
Description: Static code analysis to find errors in style, syntax and semantics.
Description: Checks adherence to a given style, syntax errors and possible
semantic issues. Supports on the fly checking of R code edited with Emacs,
Vim and Sublime Text.
Depends:
R (>= 3.1.1)
Imports:
Expand Down

0 comments on commit 1df8c3d

Please sign in to comment.