Package: lintr
Title: A 'Linter' for R Code
Version: 1.0.1
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 'RStudio IDE', 'Emacs',
    'Vim', 'Sublime Text' and 'Atom'.
Depends:
    R (>= 3.1.1)
Imports:
    rex,
    crayon,
    codetools,
    stringdist,
    testthat,
    digest,
    igraph,
    rstudioapi (>= 0.2),
    httr,
    jsonlite,
    knitr,
    stats,
    utils
Suggests:
    rmarkdown
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
