Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 1 of 1 found.
[1] < 1 > [1]  Sort:

covr : Test Coverage for Packages

Package: covr
Title: Test Coverage for Packages
Version: 2.1.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.
URL: https://github.com/jimhester/covr
BugReports: https://github.com/jimhester/covr/issues
Depends: R (>= 3.1.0), methods
Imports: stats, utils, jsonlite, rex, httr, crayon, withr (>= 1.0.2),
memoise
Suggests: R6, knitr, rmarkdown, shiny (>= 0.11.1), htmltools, DT,
testthat, rstudioapi (>= 0.2), devtools
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-06-21 19:39:19 UTC; jhester
Author: Jim Hester [aut, cre]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Date/Publication: 2016-06-21 22:44:22

● Data Source: CranContrib
● 0 images, 19 functions, 0 datasets
● Reverse Depends: 0