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 a set of tests. It is an indirect measure of test quality and completeness. This package is compatible with any testing methodology or framework and tracks coverage of both R code and compiled C/C++/FORTRAN code.
Version: | 3.0.0 |
Depends: | R (≥ 3.1.0), methods |
Imports: | stats, utils, jsonlite, rex, httr, crayon, withr (≥ 1.0.2) |
Suggests: | R6, knitr, rmarkdown, shiny (≥ 0.11.1), htmltools, htmlwidgets (≥ 0.7), DT (≥ 0.2), testthat, rstudioapi (≥ 0.2), devtools, xml2 (≥ 1.0.0), parallel, memoise |
Published: | 2017-06-26 |
Author: | Jim Hester [aut, cre], Willem Ligtenberg [ctb], Kirill Müller [ctb], Henrik Bengtsson [ctb], Steve Peak [ctb], Kirill Sevastyanenko [ctb], Jon Clayden [ctb], Robert Flight [ctb], Eric Brown [ctb], Brodie Gaslam [ctb], Will Beasley [ctb], Robert Krzyzanowski [ctb], Markus Wamser [ctb], Karl Forner [ctb], Gergely Daróczi [ctb], Jouni Helske [ctb], Kun Ren [ctb], Jeroen Ooms [ctb], Ken Williams [ctb], Chris Campbell [ctb], David Hugh-Jones [ctb], Qin Wang [ctb] |
Maintainer: | Jim Hester <james.f.hester at gmail.com> |
BugReports: | https://github.com/jimhester/covr/issues |
License: | GPL-3 |
URL: | https://github.com/jimhester/covr |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | covr results |
Reference manual: | covr.pdf |
Vignettes: |
How does covr work anyway |
Package source: | covr_3.0.0.tar.gz |
Windows binaries: | r-devel: covr_3.0.0.zip, r-release: covr_3.0.0.zip, r-oldrel: covr_3.0.0.zip |
OS X El Capitan binaries: | r-release: covr_3.0.0.tgz |
OS X Mavericks binaries: | r-oldrel: covr_3.0.0.tgz |
Old sources: | covr archive |
Please use the canonical form https://CRAN.R-project.org/package=covr to link to this page.