Package: covr
Title: Test Coverage for Packages
Version: 1.0.0
Authors@R: person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre"))
Description: Track and report code coverage for your package and (optionally)
    upload the results to a coverage service like Codecov (http://codecov.io)
    or Coveralls (http://coveralls.io).  Code coverage is a measure of the
    amount of code being exercised by the tests.  It is an indirect measure of
    test quality. This package is compatible with any testing methodology or
    framework and tracks coverage of both R code and compiled C/C++/Fortran code.
Depends: R (>= 3.1.0), methods
Imports: jsonlite, rex, devtools, httr, crayon, htmltools
Suggests: R6, knitr, shiny (>= 0.11.1), testthat, rstudioapi (>= 0.2)
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2015-05-19 16:05:52 UTC; jhester
Author: Jim Hester [aut, cre]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Date/Publication: 2015-05-20 09:18:33
