forked from r-lib/lintr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.76 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: lintr
Title: Static R Code Analysis
Version: 1.0.0.9001
Authors@R: person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre"))
URL: https://github.com/jimhester/lintr
BugReports: https://github.com/jimhester/lintr/issues
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:
rex,
crayon,
codetools,
stringdist,
testthat,
digest,
rstudioapi (>= 0.2),
httr (>= 1.2.1),
jsonlite,
knitr,
stats,
utils,
xml2 (>= 0.1.2.9000),
xmlparsedata
Suggests:
rmarkdown
Remotes:
hadley/xml2,
MangoTheCat/xmlparsedata
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Collate:
'T_and_F_symbol_linter.R'
'aaa.R'
'assignment_linter.R'
'cache.R'
'closed_curly_linter.R'
'commas_linter.R'
'comment_linters.R'
'comments.R'
'object_name_linters.R'
'deprecated.R'
'exclude.R'
'expect_lint.R'
'extract.R'
'extraction_operator_linter.R'
'get_source_expressions.R'
'implicit_integer_linter.R'
'infix_spaces_linter.R'
'line_length_linter.R'
'lint.R'
'methods.R'
'no_tab_linter.R'
'object_usage_linter.R'
'open_curly_linter.R'
'path_linters.R'
'semicolon_terminator_linter.R'
'seq_linter.R'
'settings.R'
'single_quotes_linter.R'
'spaces_inside_linter.R'
'spaces_left_parentheses_linter.R'
'trailing_blank_lines_linter.R'
'trailing_whitespace_linter.R'
'tree-utils.R'
'undesirable_function_linter.R'
'undesirable_operator_linter.R'
'unneeded_concatenation_linter.R'
'utils.R'
'zzz.R'